diff --git a/docs/source/conf.py b/docs/source/conf.py index 7cc4cec..b2dfb84 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,7 +1,7 @@ project = 'lightweight-charts-python' copyright = '2023, louisnw' author = 'louisnw' -release = '1.0.13' +release = '1.0.13.1' extensions = ["myst_parser"] diff --git a/setup.py b/setup.py index f5b4fe6..64a82c1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as f: setup( name='lightweight_charts', - version='1.0.13', + version='1.0.13.1', packages=find_packages(), python_requires='>=3.9', install_requires=[