From 7161f9623bdca18d91b8d06f2f03a681e75e0343 Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Tue, 25 Oct 2022 15:51:09 +0200 Subject: [PATCH] chore: Bump v1.1.0a4 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5138f508e..bd57e2a04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "gallia" -version = "1.1.0a3" +version = "1.1.0a4" description = "Extendable Pentesting Framework" license = "Apache-2.0" readme = "README.md"