From 6beac8bd4f25dcdb575fb9eb1e909bc6d6031a08 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 3 Dec 2013 00:32:55 +0100 Subject: [PATCH] goto 0.6.6 --- 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 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', -- 2.39.5