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 2175ed7 commit df9f98dCopy full SHA for df9f98d
plotly_resampler/__init__.py
@@ -11,7 +11,7 @@
11
12
__docformat__ = "numpy"
13
__author__ = "Jonas Van Der Donckt, Jeroen Van Der Donckt, Emiel Deprost"
14
-__version__ = "0.6.4"
+__version__ = "0.6.4.1"
15
16
__all__ = [
17
"__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.6.4"
+version = "0.6.4.1"
4
description = "Visualizing large time series with plotly"
5
authors = ["Jonas Van Der Donckt", "Jeroen Van Der Donckt", "Emiel Deprost"]
6
readme = "README.md"
0 commit comments