From ed0e816404c641e221e9223310ab0896059861e5 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 9 Aug 2019 18:13:22 +0200 Subject: [PATCH] goto 0.7.3 --- 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 480d572..c15a1c9 100644 --- a/deefuzzer/__init__.py +++ b/deefuzzer/__init__.py @@ -2,4 +2,4 @@ from core import * from station import * from tools import * -__version__ = '0.7.2' +__version__ = '0.7.3' diff --git a/setup.py b/setup.py index 9998899..e1cd701 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( long_description=open('README.rst').read(), author="Guillaume Pellerin", author_email="yomguy@parisson.com", - version='0.7.2', + version='0.7.3', install_requires=[ 'setuptools', 'python-shout==0.2.5', -- 2.47.3