We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09576b commit aa177b5Copy full SHA for aa177b5
gvm/__version__.py
@@ -2,4 +2,4 @@
2
3
# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!
4
5
-__version__ = "27.0.1.dev1"
+__version__ = "27.0.1"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
6
name = "python-gvm"
7
-version = "27.0.1.dev1"
+version = "27.0.1"
8
description = "Library to communicate with remote servers over GMP or OSP"
9
authors = [{ name = "Greenbone AG", email = "info@greenbone.net" }]
10
requires-python = ">=3.10,<4"
0 commit comments