From: Guillaume Pellerin Date: Tue, 31 Dec 2019 17:39:09 +0000 (+0100) Subject: bump to 0.7.4 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=eebb7095e64510fdcff4fc0b1496eda33f7f3645;p=deefuzzer.git bump to 0.7.4 --- diff --git a/deefuzzer/__init__.py b/deefuzzer/__init__.py index c15a1c9..b27f3b4 100644 --- a/deefuzzer/__init__.py +++ b/deefuzzer/__init__.py @@ -2,4 +2,4 @@ from core import * from station import * from tools import * -__version__ = '0.7.3' +__version__ = '0.7.4'