Skip to content

Commit

Permalink
✨ new release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasvdd committed Sep 6, 2024
1 parent 8369bf8 commit 6043498
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.4.0" # Do not forget to update the __init__.py __version__ variable
version = "0.4.1" # 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.4.0"
__version__ = "0.4.1"
__pdoc__ = {
# do not show tue utils module
"tsflex.utils": False,
Expand Down

0 comments on commit 6043498

Please sign in to comment.