From 787314a08b9a3656a7338e111d5ab927fa245407 Mon Sep 17 00:00:00 2001 From: Wixmix Date: Tue, 20 Apr 2021 10:55:44 -0300 Subject: [PATCH] Release v3.9.1. --- README.md | 4 ++-- setup.py | 2 +- src/fuzzingtool/ApplicationManager.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6925fb67..2c762d39 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@


- - + + diff --git a/setup.py b/setup.py index aa3ab98b..2f257591 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def read(fname): setup( name="FuzzingTool", - version="3.9.0", + version="3.9.1", author="Vitor Oriel C N Borges", author_email="vitorwixmix@gmail.com", description=("Software for fuzzing, used on web application pentestings."), diff --git a/src/fuzzingtool/ApplicationManager.py b/src/fuzzingtool/ApplicationManager.py index 47eb134f..d0152c01 100644 --- a/src/fuzzingtool/ApplicationManager.py +++ b/src/fuzzingtool/ApplicationManager.py @@ -28,7 +28,7 @@ APP_VERSION = { 'MAJOR_VERSION': 3, "MINOR_VERSION": 9, - "PATCH": 0 + "PATCH": 1 } def version():