Skip to content

Commit 36da40b

Browse files
committed
🚀
1 parent 08fa9a5 commit 36da40b

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
@@ -13,7 +13,7 @@
1313

1414
__docformat__ = "numpy"
1515
__author__ = "Jonas Van Der Donckt, Jeroen Van Der Donckt, Emiel Deprost"
16-
__version__ = "0.4.0"
16+
__version__ = "0.5.0"
1717

1818
__all__ = [
1919
"__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.4.0"
3+
version = "0.5.0"
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)