Skip to content

Commit df9f98d

Browse files
committed
🚀 new sub-version
1 parent 2175ed7 commit df9f98d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plotly_resampler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
__docformat__ = "numpy"
1313
__author__ = "Jonas Van Der Donckt, Jeroen Van Der Donckt, Emiel Deprost"
14-
__version__ = "0.6.4"
14+
__version__ = "0.6.4.1"
1515

1616
__all__ = [
1717
"__version__",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "plotly-resampler" # Do not forget to update the __init__.py __version__ variable
3-
version = "0.6.4"
3+
version = "0.6.4.1"
44
description = "Visualizing large time series with plotly"
55
authors = ["Jonas Van Der Donckt", "Jeroen Van Der Donckt", "Emiel Deprost"]
66
readme = "README.md"

0 commit comments

Comments
 (0)