From ad8dc0f450a1051a142c81ae9dc4913e05a1b0e8 Mon Sep 17 00:00:00 2001 From: Christian Heitman Date: Fri, 5 Jul 2024 08:54:26 -0300 Subject: [PATCH] Bump version to 1.0.12 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 79a56f3..8a56e5c 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="pastis-framework", - version="1.0.11", + version="1.0.12", description="PASTIS framework for collaborative fuzzing", long_description=README, long_description_content_type='text/markdown',