Skip to content

Commit 7596516

Browse files
author
UnravelSports [JB]
committed
v1.2.0
1 parent 4dc182d commit 7596516

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
project = "unravelsports"
1515
copyright = "2024, Joris Bekkers"
1616
author = "Joris Bekkers"
17-
release = "2.0.0"
17+
release = "1.2.0"
1818

1919
# -- General configuration ---------------------------------------------------
2020
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

unravel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.0"
1+
__version__ = "1.2.0"
22

33
from .soccer import *
44
from .american_football import *

0 commit comments

Comments
 (0)