From: Guillaume Pellerin Date: Wed, 31 Jan 2024 17:13:52 +0000 (+0100) Subject: bump to 0.8.3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5b19b704cb4797cd6f88f34a827f610392a6691d;p=deefuzzer.git bump to 0.8.3 --- diff --git a/deefuzzer/__init__.py b/deefuzzer/__init__.py index 3dbf7f0..1bca66c 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.2' +__version__ = '0.8.3' diff --git a/setup.py b/setup.py index c67fbb1..df36505 100644 --- 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'],