Skip to content

Commit dbf9eea

Browse files
committed
🚀 tsdownsample v0.1.3
1 parent af2e304 commit dbf9eea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
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.3rc2"
8+
version = "0.1.3"
99
requires-python = ">=3.7"
1010
dependencies = ["numpy"]
1111
authors = [{name = "Jeroen Van Der Donckt"}]

tsdownsample/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
NaNMinMaxLTTBDownsampler,
1212
)
1313

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

1717
__all__ = [

0 commit comments

Comments
 (0)