diff --git a/README.md b/README.md index b5accb15..16d6de97 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ `tsml-eval` contains benchmarking and evaluation tools for time series machine learning algorithms. -The current release of `tsml-eval` is v0.2.1. +The current release of `tsml-eval` is v0.3.0. ## Installation diff --git a/pyproject.toml b/pyproject.toml index 39c855cd..78d1eead 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tsml-eval" -version = "0.2.1" +version = "0.3.0" description = "A package for benchmarking time series machine learning tools." authors = [ {name = "Matthew Middlehurst", email = "m.b.middlehurst@soton.ac.uk"}, diff --git a/tsml_eval/__init__.py b/tsml_eval/__init__.py index 43dea529..706039ed 100644 --- a/tsml_eval/__init__.py +++ b/tsml_eval/__init__.py @@ -1,3 +1,3 @@ """tsml-eval.""" -__version__ = "0.2.1" +__version__ = "0.3.0"