From b6fb8bd3c2fe7b4d3856d893fb3baf1727ac5565 Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Fri, 6 May 2022 10:18:25 +0200 Subject: [PATCH] chore: Bump v1.0.0a3 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b2e4e754..2fa97aa7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "gallia" -version = "0.1.0" +version = "1.0.0a3" description = "Extendable Pentesting Framework" license = "Apache-2.0" readme = "README.md"