We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa177b5 commit 5546c52Copy full SHA for 5546c52
gvm/__version__.py
@@ -2,4 +2,4 @@
2
3
# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!
4
5
-__version__ = "27.0.1"
+__version__ = "27.0.2.dev1"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
6
name = "python-gvm"
7
-version = "27.0.1"
+version = "27.0.2.dev1"
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