]> git.parisson.com Git - deefuzzer.git/commitdiff
bump to 0.9.0
authorGuillaume Pellerin <guillaume.pellerin@free.fr>
Wed, 31 Jan 2024 23:04:12 +0000 (00:04 +0100)
committerGuillaume Pellerin <guillaume.pellerin@free.fr>
Wed, 31 Jan 2024 23:04:12 +0000 (00:04 +0100)
deefuzzer/__init__.py
setup.py

index 1bca66cea7c3297b3ea45df56f6c76b34796bc85..e6437183709537e4e01c152be82f2c77a3e6236f 100644 (file)
@@ -2,4 +2,4 @@ from .core import *
 from .station import *
 from .tools import *
 
-__version__ = '0.8.3'
+__version__ = '0.9.0'
index 543e739b43f9d8d15a4e8c27fa9c250ca348b7cb..27e4aedbe88b278fdc5e0ab17316ee36eafc581e 100644 (file)
--- 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',