We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cac935 commit 4dff82bCopy full SHA for 4dff82b
greenbone/scap/__version__.py
@@ -2,4 +2,4 @@
2
3
# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!
4
5
-__version__ = "0.3.5.dev1"
+__version__ = "0.3.5"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "greenbone-scap"
-version = "0.3.5.dev1"
+version = "0.3.5"
description = "Python library for downloading CVE and CPE from NIST NVD"
authors = ["Greenbone <info@greenbone.net>"]
6
license = "GPL-3.0-or-later"
0 commit comments