Skip to content

Commit c3c25da

Browse files
committed
python tsdownsample 0.1.2 release
1 parent 9297e50 commit c3c25da

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.2a0"
8+
version = "0.1.2"
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
@@ -8,7 +8,7 @@
88
MinMaxLTTBDownsampler,
99
)
1010

11-
__version__ = "0.1.2a0"
11+
__version__ = "0.1.2"
1212
__author__ = "Jeroen Van Der Donckt"
1313

1414
__all__ = [

0 commit comments

Comments
 (0)