From: Guillaume Pellerin Date: Wed, 31 Jan 2024 23:04:12 +0000 (+0100) Subject: bump to 0.9.0 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=083064e3b8446a85bffd1707636f1fface6f1a2b;p=deefuzzer.git bump to 0.9.0 --- diff --git a/deefuzzer/__init__.py b/deefuzzer/__init__.py index 1bca66c..e643718 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.3' +__version__ = '0.9.0' diff --git a/setup.py b/setup.py index 543e739..27e4aed 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.3', + version='0.9.0', install_requires=[ 'setuptools', 'wheel',