Skip to content

Commit

Permalink
🚀 version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasvdd committed Jul 13, 2023
1 parent aeb486e commit 5271a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plotly_resampler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

__docformat__ = "numpy"
__author__ = "Jonas Van Der Donckt, Jeroen Van Der Donckt, Emiel Deprost"
__version__ = "0.9.0"
__version__ = "0.9.1"

__all__ = [
"__version__",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "plotly-resampler" # Do not forget to update the __init__.py __version__ variable
version = "0.9.0"
version = "0.9.1"
description = "Visualizing large time series with plotly"
authors = ["Jonas Van Der Donckt", "Jeroen Van Der Donckt", "Emiel Deprost"]
readme = "README.md"
Expand Down

0 comments on commit 5271a0f

Please sign in to comment.