Skip to content

Commit 16c9b65

Browse files
Merge pull request #51 from UnravelSports/feat/formations
v1.0.1
2 parents 9a69c0e + c9360dd commit 16c9b65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ pip install unravelsports
147147
spektral==1.20.0
148148
tensorflow==2.14.0
149149
keras==2.14.0
150-
kloppy==3.16.0
150+
kloppy==3.17.0
151151
polars==1.2.1
152152
```
153153
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

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

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

0 commit comments

Comments
 (0)