Skip to content

Commit 2ed7423

Browse files
committed
💨 new version
1 parent 49317d3 commit 2ed7423

File tree

3 files changed

+3
-23
lines changed

3 files changed

+3
-23
lines changed

plotly_resampler/__init__.py

Lines changed: 1 addition & 1 deletion
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.7.2"
9+
__version__ = "0.7.2.2"
1010

1111
__all__ = [
1212
"__version__",

poetry.lock

Lines changed: 1 addition & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
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.7.2"
3+
version = "0.7.2.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"
@@ -20,7 +20,6 @@ trace-updater = ">=0.0.8"
2020

2121
[tool.poetry.dev-dependencies]
2222
jupyterlab = "^3.3.0"
23-
numpy = "^1.21.2"
2423
pytest = "^6.2.5"
2524
pytest-cov = "^3.0.0"
2625
black = "^22.3.0"

0 commit comments

Comments
 (0)