From 66aea4709bf7230fa24f254e59274e70c8e8680d Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 18 Feb 2015 17:02:14 +0100 Subject: [PATCH] goto 0.7.2 --- 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 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', -- 2.47.3