From ee8711793bbe89623725de1c7b18821db6d9ad08 Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Wed, 27 Sep 2023 11:18:18 +0200 Subject: [PATCH] chore: Bump v1.3.0 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a1e146c53..38d84533f 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" +version = "1.3.0" description = "Extendable Pentesting Framework" license = "Apache-2.0" readme = "README.md"