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 11388d2 commit 560e6b9Copy full SHA for 560e6b9
plotly_resampler/__init__.py
@@ -8,7 +8,7 @@
8
9
__docformat__ = "numpy"
10
__author__ = "Jonas Van Der Donckt, Jeroen Van Der Donckt, Emiel Deprost"
11
-__version__ = "0.11.0rc0"
+__version__ = "0.11.0rc1"
12
13
__all__ = [
14
"__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.11.0rc0"
+version = "0.11.0rc1"
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