Skip to content

Commit 637a52b

Browse files
committed
update version
1 parent a73df22 commit 637a52b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
project = "project-x-py"
2424
copyright = "2025, Jeff West"
2525
author = "Jeff West"
26-
release = "2.0.2"
27-
version = "2.0.2"
26+
release = "2.0.3"
27+
version = "2.0.3"
2828

2929
# -- General configuration ---------------------------------------------------
3030

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "project-x-py"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
description = "High-performance Python SDK for futures trading with real-time WebSocket data, technical indicators, order management, and market depth analysis"
55
readme = "README.md"
66
license = { text = "MIT" }

src/project_x_py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
from typing import Any
2525

26-
__version__ = "2.0.2"
26+
__version__ = "2.0.3"
2727
__author__ = "TexasCoding"
2828

2929
# Core client classes - renamed from Async* to standard names

src/project_x_py/indicators/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
from .waddah_attar import WAE as WAEIndicator, calculate_wae
140140

141141
# Version info
142-
__version__ = "2.0.2"
142+
__version__ = "2.0.3"
143143
__author__ = "TexasCoding"
144144

145145

0 commit comments

Comments
 (0)