Skip to content

Commit

Permalink
Bump version, update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknyquist committed Jan 2, 2021
1 parent d301463 commit 13e4416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ptttl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = "Erik Nyquist"
__license__ = "Apache 2.0"
__version__ = "1.0.1"
__version__ = "1.2.0"
__maintainer__ = "Erik Nyquist"
__email__ = "[email protected]"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
setup(
name='ptttl',
version=__version__,
description=('Converts PTTTL/RTTTL files to audio data'),
description=('Parses PTTTL/RTTTL musical notation files'),
long_description=long_description,
url='http://github.com/eriknyquist/ptttl',
author='Erik Nyquist',
Expand Down

0 comments on commit 13e4416

Please sign in to comment.