From: Guillaume Pellerin Date: Wed, 11 Jan 2023 17:27:18 +0000 (+0100) Subject: bump to 0.8.2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a5117fbc19a270e62f60f656aeda31cbbf7943eb;p=deefuzzer.git bump to 0.8.2 --- diff --git a/deefuzzer/__init__.py b/deefuzzer/__init__.py index 055c94f..3dbf7f0 100644 --- a/deefuzzer/__init__.py +++ b/deefuzzer/__init__.py @@ -2,4 +2,4 @@ from .core import * from .station import * from .tools import * -__version__ = '0.8.1' +__version__ = '0.8.2' diff --git a/setup.py b/setup.py index 89e4902..c67fbb1 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.1', + version='0.8.2', install_requires=[ 'setuptools', 'wheel',