From fd0af2e799a9123a5602c2aec128383a5e0f7c10 Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Thu, 16 Jan 2025 10:18:05 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.0.0a0=20=E2=86=92=202.0.0a1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f787f508..cbc022415 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "hatchling.build" [project] name = "gallia" -version = "2.0.0a0" +version = "2.0.0a1" description = "Extendable Pentesting Framework" readme = "README.md" authors = [{name = "AISEC Pentesting Team"}]