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 27857b7 commit 5df40fdCopy full SHA for 5df40fd
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.7.2.2"
+__version__ = "0.8.1"
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.0rc11"
+version = "0.8.1"
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