diff --git a/setup.py b/setup.py index 9c0e018..2ff94c8 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='tremolo', - version='0.0.311', + version='0.0.312', license='MIT', author='nggit', author_email='contact@anggit.com', diff --git a/tremolo/__init__.py b/tremolo/__init__.py index cc7d6a9..1ea4ab5 100644 --- a/tremolo/__init__.py +++ b/tremolo/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.0.311' +__version__ = '0.0.312' from .tremolo import Tremolo # noqa: E402 from . import exceptions # noqa: E402,F401