From 2984bda4ccb17a5c22da1f117b2d0e1749546c8f Mon Sep 17 00:00:00 2001 From: jervdrdo Date: Fri, 12 Nov 2021 23:07:33 +0100 Subject: [PATCH] :rocket: deploy new version --- pyproject.toml | 2 +- tsflex/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 474f7a81..6fb69f63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tsflex" -version = "0.2.1" # Do not forget to update the __init__.py __version__ variable +version = "0.2.2" # Do not forget to update the __init__.py __version__ variable description = "Toolkit for flexible processing & feature extraction on time-series data" authors = ["Jonas Van Der Donckt, Jeroen Van Der Donckt, Emiel Deprost"] readme = "README.md" diff --git a/tsflex/__init__.py b/tsflex/__init__.py index dfbeafd0..edd98893 100644 --- a/tsflex/__init__.py +++ b/tsflex/__init__.py @@ -9,7 +9,7 @@ __docformat__ = 'numpy' __author__ = "Jonas Van Der Donckt, Jeroen Van Der Donckt, Emiel Deprost" -__version__ = '0.2.1' +__version__ = '0.2.2' __pdoc__ = { # do not show tue utils module 'tsflex.utils': False,