File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Please see [`tsml_eval`](https://github.com/time-series-machine-learning/tsml-ev
1616is more of a sandbox for testing out new ideas and algorithms. It may contain some
1717algorithms 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " tsml"
7- version = " 0.7.1 "
7+ version = " 0.8.0 "
88description = " A development sandbox for time series machine learning algorithms which dont fit into aeon."
99authors = [
1010 {name = " Matthew Middlehurst" , email = " m.b.middlehurst@soton.ac.uk" },
Original file line number Diff line number Diff line change 11"""tsml."""
22
3- __version__ = "0.7.1 "
3+ __version__ = "0.8.0 "
You can’t perform that action at this time.
0 commit comments