We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6b49a commit b3f06feCopy full SHA for b3f06fe
plotly_resampler/__init__.py
@@ -6,7 +6,7 @@
6
7
__docformat__ = "numpy"
8
__author__ = "Jonas Van Der Donckt, Jeroen Van Der Donckt, Emiel Deprost"
9
-__version__ = "0.8.1"
+__version__ = "0.8.2"
10
11
__all__ = [
12
"__version__",
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "plotly-resampler" # Do not forget to update the __init__.py __version__ variable
3
-version = "0.8.1"
+version = "0.8.2"
4
description = "Visualizing large time series with plotly"
5
authors = ["Jonas Van Der Donckt", "Jeroen Van Der Donckt", "Emiel Deprost"]
readme = "README.md"
0 commit comments