From 062300fea366ae1c74643adfcc88e54d57b37e8b Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sat, 31 Jan 2015 01:05:33 +0100 Subject: [PATCH] goto 0.7.1 --- deefuzzer/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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', -- 2.39.5