From: Guillaume Pellerin Date: Tue, 31 Dec 2019 11:52:17 +0000 (+0100) Subject: [setup] fix version X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=01a779555df6dfe942985c223a500c3be28c1229;p=deefuzzer.git [setup] fix version --- 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',