Skip to content

Commit

Permalink
🚀 new release
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdd committed Dec 2, 2022
1 parent 1b8ee36 commit 17913ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plotly_resampler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__",
Expand Down
4 changes: 2 additions & 2 deletions 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.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"
Expand Down Expand Up @@ -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"
build-backend = "poetry.core.masonry.api"

0 comments on commit 17913ed

Please sign in to comment.