From dbf9eea4f8125105a60908af83660308a22c22c4 Mon Sep 17 00:00:00 2001 From: jvdd Date: Fri, 2 Feb 2024 10:07:18 +0100 Subject: [PATCH] :rocket: tsdownsample v0.1.3 --- pyproject.toml | 2 +- tsdownsample/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e186284..074b23c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "maturin" [project] name = "tsdownsample" description = "Time series downsampling in rust" -version = "0.1.3rc2" +version = "0.1.3" requires-python = ">=3.7" dependencies = ["numpy"] authors = [{name = "Jeroen Van Der Donckt"}] diff --git a/tsdownsample/__init__.py b/tsdownsample/__init__.py index 1d91c57..20b3e6a 100644 --- a/tsdownsample/__init__.py +++ b/tsdownsample/__init__.py @@ -11,7 +11,7 @@ NaNMinMaxLTTBDownsampler, ) -__version__ = "0.1.3rc2" +__version__ = "0.1.3" __author__ = "Jeroen Van Der Donckt" __all__ = [