update version number

This commit is contained in:
louisnw
2024-06-05 14:25:35 +01:00
parent 65e8d3d8b2
commit a3e022c0a9
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import os.path
project = 'lightweight-charts-python'
copyright = '2023, louisnw'
author = 'louisnw'
release = '1.0.20'
release = '2.0.1'
extensions = [
"myst_parser",

View File

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