diff --git a/plotly_resampler/__init__.py b/plotly_resampler/__init__.py index 57d6d949..0fd33e20 100644 --- a/plotly_resampler/__init__.py +++ b/plotly_resampler/__init__.py @@ -6,7 +6,7 @@ __docformat__ = "numpy" __author__ = "Jonas Van Der Donckt, Jeroen Van Der Donckt, Emiel Deprost" -__version__ = "0.8.2" +__version__ = "0.8.3" __all__ = [ "__version__", diff --git a/pyproject.toml b/pyproject.toml index 2ed1c3dd..5f5ab395 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.8.2" +version = "0.8.3" description = "Visualizing large time series with plotly" authors = ["Jonas Van Der Donckt", "Jeroen Van Der Donckt", "Emiel Deprost"] readme = "README.md" @@ -58,4 +58,4 @@ requires = [ # https://github.com/scipy/oldest-supported-numpy "oldest-supported-numpy; python_version>='3.7'", ] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"