From 17ea8b1f4529723185472af8160c9451b54f8880 Mon Sep 17 00:00:00 2001 From: alex101xela Date: Wed, 8 Jul 2026 11:37:29 +0400 Subject: [PATCH] Bump version to 2.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ec4c42..23f0776 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "x10-python-trading-starknet" -version = "2.3.0" +version = "2.4.0" description = "Python client for X10 API" authors = ["X10 "] repository = "https://github.com/x10xchange/python_sdk"