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 c6ec2ac commit 9a0255aCopy full SHA for 9a0255a
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "tsml"
7
-version = "0.1.1"
+version = "0.2.0"
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,3 @@
1
-# -*- coding: utf-8 -*-
2
"""tsml."""
3
-__version__ = "0.1.1"
+__version__ = "0.2.0"
0 commit comments