diff --git a/pyproject.toml b/pyproject.toml index bf848a7..3f06d74 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.2a0" +version = "0.1.2" requires-python = ">=3.7" dependencies = ["numpy"] authors = [{name = "Jeroen Van Der Donckt"}] diff --git a/tsdownsample/__init__.py b/tsdownsample/__init__.py index 075c9ef..32188b0 100644 --- a/tsdownsample/__init__.py +++ b/tsdownsample/__init__.py @@ -8,7 +8,7 @@ MinMaxLTTBDownsampler, ) -__version__ = "0.1.2a0" +__version__ = "0.1.2" __author__ = "Jeroen Van Der Donckt" __all__ = [