We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9297e50 commit c3c25daCopy full SHA for c3c25da
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "maturin"
5
[project]
6
name = "tsdownsample"
7
description = "Time series downsampling in rust"
8
-version = "0.1.2a0"
+version = "0.1.2"
9
requires-python = ">=3.7"
10
dependencies = ["numpy"]
11
authors = [{name = "Jeroen Van Der Donckt"}]
tsdownsample/__init__.py
@@ -8,7 +8,7 @@
MinMaxLTTBDownsampler,
)
-__version__ = "0.1.2a0"
+__version__ = "0.1.2"
12
__author__ = "Jeroen Van Der Donckt"
13
14
__all__ = [
0 commit comments