From: Guillaume Pellerin Date: Sat, 31 Jan 2015 00:05:33 +0000 (+0100) Subject: goto 0.7.1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=062300fea366ae1c74643adfcc88e54d57b37e8b;p=deefuzzer.git goto 0.7.1 --- diff --git a/deefuzzer/__init__.py b/deefuzzer/__init__.py index 91d8d30..af6cadc 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' \ No newline at end of file +__version__ = '0.7.1' \ No newline at end of file diff --git a/setup.py b/setup.py index 4bb3320..9f522da 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', + version='0.7.1', install_requires=[ 'setuptools', 'python-shout',