From 9450552de0d8d0bfda24b5611f9173faa34ce327 Mon Sep 17 00:00:00 2001 From: Robin David Date: Sat, 29 Jul 2023 14:34:44 +0200 Subject: [PATCH] bump to version 1.0.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2c344b7..4db0407 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="pastis-framework", - version="1.0.4", + version="1.0.5", description="PASTIS framework for collaborative fuzzing", long_description=README, long_description_content_type='text/markdown',