Skip to content

Commit

Permalink
release 0.0.309
Browse files Browse the repository at this point in the history
  • Loading branch information
nggit committed Nov 23, 2023
1 parent 2691b2c commit a3329dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='tremolo',
version='0.0.308',
version='0.0.309',
license='MIT',
author='nggit',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion tremolo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.308'
__version__ = '0.0.309'

from .tremolo import Tremolo # noqa: E402
from . import exceptions # noqa: E402,F401
Expand Down

0 comments on commit a3329dc

Please sign in to comment.