From: Guillaume Pellerin Date: Mon, 2 Dec 2013 23:32:55 +0000 (+0100) Subject: goto 0.6.6 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6beac8bd4f25dcdb575fb9eb1e909bc6d6031a08;p=deefuzzer.git goto 0.6.6 --- diff --git a/deefuzzer/__init__.py b/deefuzzer/__init__.py index eeb8773..e1854b7 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.5' +__version__ = '0.6.6' \ No newline at end of file diff --git a/setup.py b/setup.py index ce91c8e..0d3c0ec 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.5', + version = '0.6.6', install_requires = [ 'setuptools', 'python-shout',