Skip to content

Commit 7e30bdc

Browse files
committed
update version
1 parent bb15ecf commit 7e30bdc

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This Python SDK acts as a bridge between your trading strategies and the Project
2222

2323
## 📊 SDK Status
2424

25-
**Current Version**: v1.0.14 (Enhanced with Complete TA-Lib Overlap Indicators)
25+
**Current Version**: v1.1.0 (Enhanced with Complete TA-Lib Overlap Indicators)
2626

2727
**Production Ready SDK Components**:
2828
- Complete ProjectX Gateway API integration with connection pooling
@@ -607,7 +607,7 @@ We welcome contributions! Please follow these guidelines:
607607

608608
## 📝 Changelog
609609

610-
### Version 1.0.14 (Latest)
610+
### Version 1.1.0 (Latest)
611611
**🔄 Order-Position Synchronization & Enhanced Testing**
612612
-**Order-Position Sync**: Automatic synchronization between orders and positions
613613
-**Position Order Tracking**: Orders automatically tracked and associated with positions

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
project = "project-x-py"
2525
copyright = "2025, Jeff West"
2626
author = "Jeff West"
27-
release = "1.0.14"
28-
version = "1.0.14"
27+
release = "1.1.0"
28+
version = "1.1.0"
2929

3030
# -- General configuration ---------------------------------------------------
3131

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 = "1.0.14"
3+
version = "1.1.0"
44
description = "Professional Python client for TopStepX ProjectX Gateway API - futures trading, real-time data, and market 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, Optional
2525

26-
__version__ = "1.0.14"
26+
__version__ = "1.1.0"
2727
__author__ = "TexasCoding"
2828

2929
# Core client classes

src/project_x_py/indicators/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
)
133133

134134
# Version info
135-
__version__ = "1.0.14"
135+
__version__ = "1.1.0"
136136
__author__ = "TexasCoding"
137137

138138

0 commit comments

Comments
 (0)