From: Guillaume Pellerin Date: Fri, 6 Dec 2013 08:29:31 +0000 (+0100) Subject: back to 0.6.5 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b33966a8bb7f3752abd96d9ec1951eb6d2c0e029;p=deefuzzer.git back to 0.6.5 --- 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',