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 6e9dc40 commit a2ca8cfCopy full SHA for a2ca8cf
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.0"
+__version__ = "0.7.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.7.0"
+version = "0.7.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