Skip to content

Commit 83be50e

Browse files
Release 0.5.0 (#333)
* better testing for get_estimator bugs * xgboost * mypy * mypy * mypy * release
1 parent c05e36e commit 83be50e

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
@@ -17,7 +17,7 @@
1717
`tsml-eval` contains benchmarking and evaluation tools for time series machine learning
1818
algorithms.
1919

20-
The current release of `tsml-eval` is v0.4.0.
20+
The current release of `tsml-eval` is v0.5.0.
2121

2222
## Installation
2323

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.4.0"
7+
version = "0.5.0"
88
description = "A package for benchmarking time series machine learning tools."
99
authors = [
1010
{name = "Matthew Middlehurst", email = "m.b.middlehurst@soton.ac.uk"},

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.4.0"
3+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)