Skip to content

Commit 9babaf2

Browse files
committed
update pyproject.toml
1 parent 7a26e9d commit 9babaf2

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
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.1.0 (Documentation Accuracy & Enhanced Project Structure)
25+
**Current Version**: v1.1.1 (Documentation Accuracy & Enhanced Project Structure)
2626

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

606606
## 📝 Changelog
607607

608-
### Version 1.1.0 (Latest)
608+
### Version 1.1.1 (Latest)
609609
**📊 Documentation Accuracy & Enhanced Project Structure**
610610
-**Documentation Alignment**: Updated all documentation to match actual codebase
611611
-**Version Consistency**: Corrected version references throughout project

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.1.0"
28-
version = "1.1.0"
27+
release = "1.1.1"
28+
version = "1.1.1"
2929

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

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
22
name = "project-x-py"
3-
version = "1.1.0"
4-
description = "Professional Python client for TopStepX ProjectX Gateway API - futures trading, real-time data, and market analysis"
3+
version = "1.1.1"
4+
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" }
7-
authors = [{ name = "Jeff West", email = "[email protected]" }]
8-
maintainers = [{ name = "Jeff West", email = "[email protected]" }]
7+
authors = [{ name = "TexasCoding", email = "[email protected]" }]
8+
maintainers = [{ name = "TexasCoding", email = "[email protected]" }]
99
keywords = [
1010
"trading",
1111
"futures",
@@ -76,7 +76,7 @@ all = ["project-x-py[realtime,dev,test,docs]"]
7676

7777
[project.urls]
7878
Homepage = "https://github.com/TexasCoding/project-x-py"
79-
Documentation = "https://project-x-py.readthedocs.io"
79+
Documentation = "https://project-x-py.readthedocs.io/en/latest/"
8080
Repository = "https://github.com/TexasCoding/project-x-py.git"
8181
"Bug Tracker" = "https://github.com/TexasCoding/project-x-py/issues"
8282
Changelog = "https://github.com/TexasCoding/project-x-py/blob/main/CHANGELOG.md"

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.1.0"
26+
__version__ = "1.1.1"
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.1.0"
135+
__version__ = "1.1.1"
136136
__author__ = "TexasCoding"
137137

138138

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)