From: Guillaume Pellerin Date: Wed, 18 Feb 2015 16:02:14 +0000 (+0100) Subject: goto 0.7.2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=66aea4709bf7230fa24f254e59274e70c8e8680d;p=deefuzzer.git goto 0.7.2 --- diff --git a/deefuzzer/__init__.py b/deefuzzer/__init__.py index af6cadc..480d572 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.1' \ No newline at end of file +__version__ = '0.7.2' diff --git a/setup.py b/setup.py index 9f522da..47c1d61 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( long_description=open('README.rst').read(), author="Guillaume Pellerin", author_email="yomguy@parisson.com", - version='0.7.1', + version='0.7.2', install_requires=[ 'setuptools', 'python-shout',