Skip to content

Commit 3cec4c1

Browse files
bump version (#90)
1 parent 82acbba commit 3cec4c1

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 @@ Please see [`tsml_eval`](https://github.com/time-series-machine-learning/tsml-ev
1616
is more of a sandbox for testing out new ideas and algorithms. It may contain some
1717
algorithms and implementations that are not available in the other toolkits.
1818

19-
The current release of `tsml` is v0.7.1.
19+
The current release of `tsml` is v0.8.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"
7-
version = "0.7.1"
7+
version = "0.8.0"
88
description = "A development sandbox for time series machine learning algorithms which dont fit into aeon."
99
authors = [
1010
{name = "Matthew Middlehurst", email = "[email protected]"},

tsml/__init__.py

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

3-
__version__ = "0.7.1"
3+
__version__ = "0.8.0"

0 commit comments

Comments
 (0)