Skip to content

Commit d3baeaa

Browse files
committed
fixed quote validation issue
1 parent 8ead37d commit d3baeaa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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 = "3.5.8"
3+
version = "3.5.9"
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
ProjectX Python SDK for Trading Applications
33
44
Author: @TexasCoding
5-
Date: 2025-09-02
6-
Version: 3.5.8 - DateTime Parsing Fix
5+
Date: 2025-09-22
6+
Version: 3.5.9 - Realtime Data Validation Fix
77
88
Overview:
99
A comprehensive Python SDK for the ProjectX Trading Platform Gateway API, providing
@@ -109,7 +109,7 @@
109109
- `utils`: Utility functions and calculations
110110
"""
111111

112-
__version__ = "3.5.8"
112+
__version__ = "3.5.9"
113113
__author__ = "TexasCoding"
114114

115115
# 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
@@ -207,7 +207,7 @@
207207
)
208208

209209
# Version info
210-
__version__ = "3.5.8"
210+
__version__ = "3.5.9"
211211
__author__ = "TexasCoding"
212212

213213

0 commit comments

Comments
 (0)