Skip to content

Commit acb2763

Browse files
committed
v3
1 parent eab2995 commit acb2763

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
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 = "3.0.0"
27-
version = "3.0.0"
26+
release = "3.0.1"
27+
version = "3.0.1"
2828

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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "project-x-py"
3-
version = "3.0.0"
3+
version = "3.0.1"
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" }
@@ -40,6 +40,7 @@ dependencies = [
4040
"signalrcore>=0.9.5",
4141
"websocket-client>=1.0.0",
4242
"pydantic>=2.11.7",
43+
"pyyaml>=6.0.2",
4344
]
4445

4546
[project.optional-dependencies]

src/project_x_py/__init__.py

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

9696
from project_x_py.client.base import ProjectXBase
9797

98-
__version__ = "3.0.0"
98+
__version__ = "3.0.1"
9999
__author__ = "TexasCoding"
100100

101101
# 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
@@ -202,7 +202,7 @@
202202
)
203203

204204
# Version info
205-
__version__ = "3.0.0"
205+
__version__ = "3.0.1"
206206
__author__ = "TexasCoding"
207207

208208

uv.lock

Lines changed: 3 additions & 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)