Skip to content

Commit 2d07747

Browse files
committed
update version number
1 parent 1999a73 commit 2d07747

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.6"
27-
version = "2.0.6"
26+
release = "2.0.7"
27+
version = "2.0.7"
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.6"
3+
version = "2.0.7"
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/indicators/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
)
191191

192192
# Version info
193-
__version__ = "2.0.6"
193+
__version__ = "2.0.7"
194194
__author__ = "TexasCoding"
195195

196196

0 commit comments

Comments
 (0)