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 5bfebb5 commit cacf322Copy full SHA for cacf322
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "leakix"
3
-version = "0.2.0"
+version = "1.0.0"
4
description = "Official python client for LeakIX (https://leakix.net)"
5
readme = "README.md"
6
license = { text = "MIT" }
@@ -22,7 +22,7 @@ keywords = [
22
"cybersecurity",
23
]
24
classifiers = [
25
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
26
"Intended Audience :: Developers",
27
"License :: OSI Approved :: MIT License",
28
"Programming Language :: Python :: 3",
0 commit comments