Skip to content

Commit

Permalink
release 0.0.301
Browse files Browse the repository at this point in the history
  • Loading branch information
nggit committed Nov 27, 2023
1 parent c2661d6 commit 49c990b
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.310',
version='0.0.311',
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.310'
__version__ = '0.0.311'

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

0 comments on commit 49c990b

Please sign in to comment.