From a3e022c0a99dcf7a11cf6939445f190c0c828ff0 Mon Sep 17 00:00:00 2001 From: louisnw Date: Wed, 5 Jun 2024 14:25:35 +0100 Subject: [PATCH] update version number --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 6d12909..8388bbd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -3,7 +3,7 @@ project = 'lightweight-charts-python' copyright = '2023, louisnw' author = 'louisnw' -release = '1.0.20' +release = '2.0.1' extensions = [ "myst_parser", diff --git a/setup.py b/setup.py index 41fdb1f..5434024 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='lightweight_charts', - version='2.0', + version='2.0.1', packages=find_packages(), python_requires='>=3.8', install_requires=[