Skip to content

Commit

Permalink
🚀 deploy new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdd committed Nov 12, 2021
1 parent dedb499 commit 2984bda
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
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tsflex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2984bda

Please sign in to comment.