We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42db26d commit d8cf962Copy full SHA for d8cf962
docs/conf.py
@@ -23,8 +23,8 @@
23
project = "project-x-py"
24
copyright = "2025, Jeff West"
25
author = "Jeff West"
26
-release = "1.1.4"
27
-version = "1.1.4"
+release = "2.0.0"
+version = "2.0.0"
28
29
# -- General configuration ---------------------------------------------------
30
src/project_x_py/indicators/__init__.py
@@ -134,7 +134,7 @@
134
)
135
136
# Version info
137
-__version__ = "1.1.4"
+__version__ = "2.0.0"
138
__author__ = "TexasCoding"
139
140
0 commit comments