From c9360dd201d6cab6fd4d07f39e8eccef0fe4ed0f Mon Sep 17 00:00:00 2001 From: "UnravelSports [JB]" Date: Mon, 9 Jun 2025 09:56:15 +0200 Subject: [PATCH] v1.0.1 --- README.md | 2 +- unravel/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de0d9e73..5818fec6 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ pip install unravelsports spektral==1.20.0 tensorflow==2.14.0 keras==2.14.0 -kloppy==3.16.0 +kloppy==3.17.0 polars==1.2.1 ``` These dependencies come pre-installed with the package. It is advised to create a [virtual environment](https://virtualenv.pypa.io/en/latest/). diff --git a/unravel/__init__.py b/unravel/__init__.py index 0da698c5..0f2ef896 100644 --- a/unravel/__init__.py +++ b/unravel/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.0" +__version__ = "1.0.1" from .soccer import * from .american_football import *