We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2e304 commit dbf9eeaCopy full SHA for dbf9eea
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.3rc2"
+version = "0.1.3"
9
requires-python = ">=3.7"
10
dependencies = ["numpy"]
11
authors = [{name = "Jeroen Van Der Donckt"}]
tsdownsample/__init__.py
@@ -11,7 +11,7 @@
NaNMinMaxLTTBDownsampler,
12
)
13
14
-__version__ = "0.1.3rc2"
+__version__ = "0.1.3"
15
__author__ = "Jeroen Van Der Donckt"
16
17
__all__ = [
0 commit comments