We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc182d commit 7596516Copy full SHA for 7596516
docs/source/conf.py
@@ -14,7 +14,7 @@
14
project = "unravelsports"
15
copyright = "2024, Joris Bekkers"
16
author = "Joris Bekkers"
17
-release = "2.0.0"
+release = "1.2.0"
18
19
# -- General configuration ---------------------------------------------------
20
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
unravel/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "2.0.0"
+__version__ = "1.2.0"
2
3
from .soccer import *
4
from .american_football import *
0 commit comments