Skip to content

Commit 4ecd757

Browse files
committed
release 0.0.206
1 parent 0ae3667 commit 4ecd757

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='tremolo',
16-
version='0.0.205',
16+
version='0.0.206',
1717
license='MIT',
1818
author='nggit',
1919
author_email='contact@anggit.com',

tremolo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.0.205'
1+
__version__ = '0.0.206'
22

33
from .tremolo import Tremolo # noqa: E402
44
from . import exceptions # noqa: E402,F401

0 commit comments

Comments
 (0)