Skip to content

Commit

Permalink
release 0.0.207
Browse files Browse the repository at this point in the history
  • Loading branch information
nggit committed Nov 7, 2023
1 parent 852a613 commit 282f669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,12 @@

from setuptools import setup

if __name__ == '__main__':
import sys

if len(sys.argv) == 1:
sys.argv.append('install')

with open('README.md', 'r') as f:
long_description = f.read()

setup(
name='tremolo',
version='0.0.206',
version='0.0.207',
license='MIT',
author='nggit',
author_email='contact@anggit.com',
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.206'
__version__ = '0.0.207'

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

0 comments on commit 282f669

Please sign in to comment.