Skip to content

Commit a3e022c

Browse files
committed
update version number
1 parent 65e8d3d commit a3e022c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
project = 'lightweight-charts-python'
44
copyright = '2023, louisnw'
55
author = 'louisnw'
6-
release = '1.0.20'
6+
release = '2.0.1'
77

88
extensions = [
99
"myst_parser",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='lightweight_charts',
8-
version='2.0',
8+
version='2.0.1',
99
packages=find_packages(),
1010
python_requires='>=3.8',
1111
install_requires=[

0 commit comments

Comments
 (0)