Skip to content

Commit d8cf962

Browse files
committed
update version
1 parent 42db26d commit d8cf962

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 = "1.1.4"
27-
version = "1.1.4"
26+
release = "2.0.0"
27+
version = "2.0.0"
2828

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

src/project_x_py/indicators/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
)
135135

136136
# Version info
137-
__version__ = "1.1.4"
137+
__version__ = "2.0.0"
138138
__author__ = "TexasCoding"
139139

140140

0 commit comments

Comments
 (0)