Skip to content

Commit c60833e

Browse files
committed
🚀 bump version to 0.8.3.2
1 parent a0c8db6 commit c60833e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plotly_resampler/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
__docformat__ = "numpy"
1010
__author__ = "Jonas Van Der Donckt, Jeroen Van Der Donckt, Emiel Deprost"
11-
__version__ = "0.8.3.1"
11+
__version__ = "0.8.3.2"
1212

1313
__all__ = [
1414
"__version__",

pyproject.toml

+1-1
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.8.3.1"
3+
version = "0.8.3.2"
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)