We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa406d commit b3193a4Copy full SHA for b3193a4
gvm/__version__.py
@@ -1,9 +1,5 @@
1
-# SPDX-FileCopyrightText: 2024 Greenbone AG
2
-#
3
-# SPDX-License-Identifier: GPL-3.0-or-later
4
-
5
# pylint: disable=invalid-name
6
7
# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!
8
9
-__version__ = "24.1.1.dev1"
+__version__ = "24.3.0"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "python-gvm"
-version = "24.1.1.dev1"
+version = "24.3.0"
description = "Library to communicate with remote servers over GMP or OSP"
license = "GPL-3.0-or-later"
10
authors = ["Greenbone AG <info@greenbone.net>"]
0 commit comments