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.
2 parents 9a69c0e + c9360dd commit 16c9b65Copy full SHA for 16c9b65
README.md
@@ -147,7 +147,7 @@ pip install unravelsports
147
spektral==1.20.0
148
tensorflow==2.14.0
149
keras==2.14.0
150
-kloppy==3.16.0
+kloppy==3.17.0
151
polars==1.2.1
152
```
153
These dependencies come pre-installed with the package. It is advised to create a [virtual environment](https://virtualenv.pypa.io/en/latest/).
unravel/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.0.0"
+__version__ = "1.0.1"
2
3
from .soccer import *
4
from .american_football import *
0 commit comments