]> git.parisson.com Git - deefuzzer.git/commitdiff
bump to 0.8.3
authorGuillaume Pellerin <guillaume.pellerin@free.fr>
Wed, 31 Jan 2024 17:13:52 +0000 (18:13 +0100)
committerGuillaume Pellerin <guillaume.pellerin@free.fr>
Wed, 31 Jan 2024 17:13:52 +0000 (18:13 +0100)
deefuzzer/__init__.py
setup.py

index 3dbf7f080465440b634690e1a0a05659decb8c82..1bca66cea7c3297b3ea45df56f6c76b34796bc85 100644 (file)
@@ -2,4 +2,4 @@ from .core import *
 from .station import *
 from .tools import *
 
-__version__ = '0.8.2'
+__version__ = '0.8.3'
index c67fbb159c1d43fb1f731df27ec734fd81a125b7..df365053724e188361c9ed962cf6ee058726cbfd 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -21,16 +21,16 @@ setup(
     long_description=open('README.rst').read(),
     author="Guillaume Pellerin",
     author_email="yomguy@parisson.com",
-    version='0.8.2',
+    version='0.8.3',
     install_requires=[
         'setuptools',
         'wheel',
-        'python-shout==0.2.7',
+        'python-shout==0.2.8',
         'python-twitter==3.5',
         'mutagen==1.45.1',
         'pyliblo3==0.12.0',
         'pycurl==7.44.1',
-        'pyyaml==5.4.1',
+        'pyyaml==6.0.1',
         'mysqlclient==2.0.3',
     ],
     platforms=['OS Independent'],