diff --git a/plotly_resampler/__init__.py b/plotly_resampler/__init__.py index 00b0354f..946eb8ac 100644 --- a/plotly_resampler/__init__.py +++ b/plotly_resampler/__init__.py @@ -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__", diff --git a/pyproject.toml b/pyproject.toml index acbd54ab..8e5919d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"