From f06699d383c41a8fd41907ee38ea4049869281c7 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 5 Aug 2014 20:16:05 +0200 Subject: [PATCH] fix version --- 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 ec0697d..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' \ No newline at end of file +__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