Skip to content

Commit

Permalink
🎉 0.1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdd committed Jan 29, 2025
1 parent a510a48 commit 81dbc7e
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.4.1rc0"
version = "0.1.4.1"
requires-python = ">=3.8"
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.4.1rc0"
__version__ = "0.1.4.1"
__author__ = "Jeroen Van Der Donckt"

__all__ = [
Expand Down

0 comments on commit 81dbc7e

Please sign in to comment.