Skip to content

Commit

Permalink
🇦🇺 ✈️ 🇳🇿 release candidate 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasvdd committed Nov 1, 2023
1 parent b117121 commit 241c4aa
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.1"
__version__ = "0.9.2"

__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.1"
version = "0.9.2rc1"
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 241c4aa

Please sign in to comment.