From 083064e3b8446a85bffd1707636f1fface6f1a2b Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 1 Feb 2024 00:04:12 +0100 Subject: [PATCH] bump to 0.9.0 --- 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 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', -- 2.47.3