From: Guillaume Pellerin Date: Fri, 26 Sep 2025 12:38:54 +0000 (+0200) Subject: use version file, bump to 0.9.1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=504abcd7ee427e19e1a769922df0452beb0f1de6;p=deefuzzer.git use version file, bump to 0.9.1 --- diff --git a/setup.py b/setup.py index f3f0f4a..fb88d13 100644 --- a/setup.py +++ b/setup.py @@ -21,11 +21,7 @@ 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',