diff --git a/deefuzzer/__init__.py b/deefuzzer/__init__.py index 055c94f..3dbf7f0 100644 --- a/deefuzzer/__init__.py +++ b/deefuzzer/__init__.py @@ -2,4 +2,4 @@ from .station import * from .tools import * -__version__ = '0.8.1' +__version__ = '0.8.2' diff --git a/setup.py b/setup.py index 89e4902..c67fbb1 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ long_description=open('README.rst').read(), author="Guillaume Pellerin", author_email="yomguy@parisson.com", - version='0.8.1', + version='0.8.2', install_requires=[ 'setuptools', 'wheel',