From b33966a8bb7f3752abd96d9ec1951eb6d2c0e029 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 6 Dec 2013 09:29:31 +0100 Subject: [PATCH] back to 0.6.5 --- 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 e1854b7..ec0697d 100644 --- a/deefuzzer/__init__.py +++ b/deefuzzer/__init__.py @@ -2,4 +2,4 @@ from core import * from station import * from tools import * -__version__ = '0.6.6' \ No newline at end of file +__version__ = '0.6.5' \ No newline at end of file diff --git a/setup.py b/setup.py index 0d3c0ec..ce91c8e 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( long_description = open('README.rst').read(), author = "Guillaume Pellerin", author_email = "yomguy@parisson.com", - version = '0.6.6', + version = '0.6.5', install_requires = [ 'setuptools', 'python-shout', -- 2.39.5