From d68015e270da19105eb953bfad1546da844845a9 Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Mon, 3 Jul 2023 13:54:44 +0200 Subject: [PATCH] chore: Bump v1.2.0 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4fdd503df..2aceaffe6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "gallia" -version = "1.2.0.dev0" +version = "1.2.0" description = "Extendable Pentesting Framework" license = "Apache-2.0" readme = "README.md"