v1.0.13.1

This commit is contained in:
louisnw
2023-06-28 19:15:49 +01:00
parent 29c3b4833a
commit 99d25f8974
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
project = 'lightweight-charts-python' project = 'lightweight-charts-python'
copyright = '2023, louisnw' copyright = '2023, louisnw'
author = 'louisnw' author = 'louisnw'
release = '1.0.13' release = '1.0.13.1'
extensions = ["myst_parser"] extensions = ["myst_parser"]

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='1.0.13', version='1.0.13.1',
packages=find_packages(), packages=find_packages(),
python_requires='>=3.9', python_requires='>=3.9',
install_requires=[ install_requires=[