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 08fa9a5 commit 36da40bCopy full SHA for 36da40b
plotly_resampler/__init__.py
@@ -13,7 +13,7 @@
13
14
__docformat__ = "numpy"
15
__author__ = "Jonas Van Der Donckt, Jeroen Van Der Donckt, Emiel Deprost"
16
-__version__ = "0.4.0"
+__version__ = "0.5.0"
17
18
__all__ = [
19
"__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.4.0"
+version = "0.5.0"
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