Skip to content

Commit

Permalink
v0.1.1 (#11)
Browse files Browse the repository at this point in the history
* new estimators and interval dilation

* exclude install for scikit-fda py version

* v0.1.1
  • Loading branch information
MatthewMiddlehurst authored May 18, 2023
1 parent 92e65e9 commit 1971749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "tsml"
version = "0.1.0"
version = "0.1.1"
description = "A toolkit for time series machine learning algorithms."
authors = [
{name = "Matthew Middlehurst", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion tsml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
"""tsml."""

__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit 1971749

Please sign in to comment.