We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e65e9 commit 1971749Copy full SHA for 1971749
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "tsml"
7
-version = "0.1.0"
+version = "0.1.1"
8
description = "A toolkit for time series machine learning algorithms."
9
authors = [
10
{name = "Matthew Middlehurst", email = "[email protected]"},
tsml/__init__.py
@@ -1,4 +1,4 @@
1
# -*- coding: utf-8 -*-
2
"""tsml."""
3
-__version__ = "0.1.0"
+__version__ = "0.1.1"
0 commit comments