Skip to content

Commit 6043498

Browse files
committed
✨ new release
1 parent 8369bf8 commit 6043498

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tsflex"
3-
version = "0.4.0" # Do not forget to update the __init__.py __version__ variable
3+
version = "0.4.1" # Do not forget to update the __init__.py __version__ variable
44
description = "Toolkit for flexible processing & feature extraction on time-series data"
55
authors = ["Jonas Van Der Donckt, Jeroen Van Der Donckt, Emiel Deprost"]
66
readme = "README.md"

tsflex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
__docformat__ = "numpy"
1111
__author__ = "Jonas Van Der Donckt, Jeroen Van Der Donckt, Emiel Deprost"
12-
__version__ = "0.4.0"
12+
__version__ = "0.4.1"
1313
__pdoc__ = {
1414
# do not show tue utils module
1515
"tsflex.utils": False,

0 commit comments

Comments
 (0)