Skip to content

Commit 9dd48a8

Browse files
v0.3.0 (#220)
1 parent fdc8626 commit 9dd48a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
`tsml-eval` contains benchmarking and evaluation tools for time series machine learning
1717
algorithms.
1818

19-
The current release of `tsml-eval` is v0.2.1.
19+
The current release of `tsml-eval` is v0.3.0.
2020

2121
## Installation
2222

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tsml-eval"
7-
version = "0.2.1"
7+
version = "0.3.0"
88
description = "A package for benchmarking time series machine learning tools."
99
authors = [
1010
{name = "Matthew Middlehurst", email = "[email protected]"},

tsml_eval/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""tsml-eval."""
22

3-
__version__ = "0.2.1"
3+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)