From: Guillaume Pellerin Date: Fri, 9 Aug 2019 16:13:22 +0000 (+0200) Subject: goto 0.7.3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ed0e816404c641e221e9223310ab0896059861e5;p=deefuzzer.git goto 0.7.3 --- diff --git a/deefuzzer/__init__.py b/deefuzzer/__init__.py index 480d572..c15a1c9 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.2' +__version__ = '0.7.3' diff --git a/setup.py b/setup.py index 9998899..e1cd701 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( long_description=open('README.rst').read(), author="Guillaume Pellerin", author_email="yomguy@parisson.com", - version='0.7.2', + version='0.7.3', install_requires=[ 'setuptools', 'python-shout==0.2.5',