From 1034ba056256cac9f81efa0230c6940ac069c4cf Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Fri, 27 Oct 2023 15:22:16 +0200 Subject: [PATCH] chore: Bump v1.4.0 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99cc0beba..caf777180 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "gallia" -version = "1.3.0" +version = "1.4.0" description = "Extendable Pentesting Framework" license = "Apache-2.0" readme = "README.md"