Skip to content

Commit

Permalink
🚀 tsdownsample v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdd committed Feb 2, 2024
1 parent af2e304 commit dbf9eea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}]
Expand Down
2 changes: 1 addition & 1 deletion tsdownsample/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
NaNMinMaxLTTBDownsampler,
)

__version__ = "0.1.3rc2"
__version__ = "0.1.3"
__author__ = "Jeroen Van Der Donckt"

__all__ = [
Expand Down

0 comments on commit dbf9eea

Please sign in to comment.