From 01a779555df6dfe942985c223a500c3be28c1229 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 31 Dec 2019 12:52:17 +0100 Subject: [PATCH] [setup] 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 f1545c9..f82e626 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.3' +__version__ = '0.8.0' diff --git a/setup.py b/setup.py index a8c1de1..a534992 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( long_description=open('README.rst').read(), author="Guillaume Pellerin", author_email="yomguy@parisson.com", - version='0.8.0a1', + version='0.8.0a2', install_requires=[ 'setuptools', 'wheel', -- 2.47.3