We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c26d4 commit bb8a19eCopy full SHA for bb8a19e
pyproject.toml
@@ -1,14 +1,14 @@
1
[project]
2
name = "bn-lightweight-charts"
3
-version = "0.2.2"
+version = "1.0.0"
4
description = "Python framework for TradingView's Lightweight Charts JavaScript library."
5
readme = "README.md"
6
license = { text = "MIT" }
7
authors = [
8
{ name = "smalinin"}
9
]
10
classifiers = [
11
- "Development Status :: 3 - Alpha",
+ "Development Status :: 5 - Production/Stable",
12
"Programming Language :: Python :: 3",
13
"License :: OSI Approved :: MIT License",
14
"Operating System :: OS Independent",
0 commit comments