From: Guillaume Pellerin Date: Fri, 26 Sep 2025 12:38:33 +0000 (+0200) Subject: bump to 0.8.3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2d324ba537f3ab56efa4695bddf13d400f0a6739;p=deefuzzer.git bump to 0.8.3 --- diff --git a/setup.py b/setup.py index 077851b..39e1e4c 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,11 @@ setup( long_description=open('README.rst').read(), author="Guillaume Pellerin", author_email="yomguy@parisson.com", +<<<<<<< HEAD version='0.9.2', +======= + version='0.8.3', +>>>>>>> d538af1 (bump to 0.8.3) install_requires=[ 'setuptools', 'wheel',