Skip to content

Commit 80ef7a1

Browse files
committed
🚀 bump version
1 parent a83f272 commit 80ef7a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "maturin"
55
[project]
66
name = "tsdownsample"
77
description = "Time series downsampling in rust"
8-
version = "0.1.3"
8+
version = "0.1.4"
99
requires-python = ">=3.7"
1010
dependencies = ["numpy"]
1111
authors = [{name = "Jeroen Van Der Donckt"}]

tsdownsample/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
NaNMinMaxLTTBDownsampler,
1212
)
1313

14-
__version__ = "0.1.3"
14+
__version__ = "0.1.4"
1515
__author__ = "Jeroen Van Der Donckt"
1616

1717
__all__ = [

0 commit comments

Comments
 (0)