This commit is contained in:
David Brazda
2024-06-14 10:56:22 +02:00
parent 17c19d24e1
commit b01df74707
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@ from .abstract import AbstractChart, Window
from .chart import Chart from .chart import Chart
from .widgets import JupyterChart from .widgets import JupyterChart
from .polygon import PolygonChart from .polygon import PolygonChart
from .helpers import chart, Panel from .helpers import chart, Panel, PlotAccessor

View File

@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
setup( setup(
name='lightweight_charts', name='lightweight_charts',
version='2.1.2', version='2.1.3',
packages=find_packages(), packages=find_packages(),
python_requires='>=3.8', python_requires='>=3.8',
install_requires=[ install_requires=[