We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e8d3d commit a3e022cCopy full SHA for a3e022c
2 files changed
docs/source/conf.py
@@ -3,7 +3,7 @@
3
project = 'lightweight-charts-python'
4
copyright = '2023, louisnw'
5
author = 'louisnw'
6
-release = '1.0.20'
+release = '2.0.1'
7
8
extensions = [
9
"myst_parser",
setup.py
@@ -5,7 +5,7 @@
setup(
name='lightweight_charts',
- version='2.0',
+ version='2.0.1',
packages=find_packages(),
10
python_requires='>=3.8',
11
install_requires=[
0 commit comments