File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
__docformat__ = "numpy"
8
8
__author__ = "Jonas Van Der Donckt, Jeroen Van Der Donckt, Emiel Deprost"
9
- __version__ = "0.8.2 "
9
+ __version__ = "0.8.3 "
10
10
11
11
__all__ = [
12
12
"__version__" ,
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " plotly-resampler" # Do not forget to update the __init__.py __version__ variable
3
- version = " 0.8.2 "
3
+ version = " 0.8.3 "
4
4
description = " Visualizing large time series with plotly"
5
5
authors = [" Jonas Van Der Donckt" , " Jeroen Van Der Donckt" , " Emiel Deprost" ]
6
6
readme = " README.md"
@@ -58,4 +58,4 @@ requires = [
58
58
# https://github.com/scipy/oldest-supported-numpy
59
59
" oldest-supported-numpy; python_version>='3.7'" ,
60
60
]
61
- build-backend = " poetry.core.masonry.api"
61
+ build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments