Skip to content

Commit

Permalink
v0.3.0 (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMiddlehurst authored Apr 29, 2024
1 parent fdc8626 commit 9dd48a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion tsml_eval/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""tsml-eval."""

__version__ = "0.2.1"
__version__ = "0.3.0"

0 comments on commit 9dd48a8

Please sign in to comment.