Skip to content

Commit 17913ed

Browse files
committed
🚀 new release
1 parent 1b8ee36 commit 17913ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plotly_resampler/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
__docformat__ = "numpy"
88
__author__ = "Jonas Van Der Donckt, Jeroen Van Der Donckt, Emiel Deprost"
9-
__version__ = "0.8.2"
9+
__version__ = "0.8.3"
1010

1111
__all__ = [
1212
"__version__",

pyproject.toml

+2-2
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.2"
3+
version = "0.8.3"
44
description = "Visualizing large time series with plotly"
55
authors = ["Jonas Van Der Donckt", "Jeroen Van Der Donckt", "Emiel Deprost"]
66
readme = "README.md"
@@ -58,4 +58,4 @@ requires = [
5858
# https://github.com/scipy/oldest-supported-numpy
5959
"oldest-supported-numpy; python_version>='3.7'",
6060
]
61-
build-backend = "poetry.core.masonry.api"
61+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)