Skip to content

Commit 13e4416

Browse files
committed
Bump version, update setup.py
1 parent d301463 commit 13e4416

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ptttl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = "Erik Nyquist"
22
__license__ = "Apache 2.0"
3-
__version__ = "1.0.1"
3+
__version__ = "1.2.0"
44
__maintainer__ = "Erik Nyquist"
55
__email__ = "eknyquist@gmail.com"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
setup(
3636
name='ptttl',
3737
version=__version__,
38-
description=('Converts PTTTL/RTTTL files to audio data'),
38+
description=('Parses PTTTL/RTTTL musical notation files'),
3939
long_description=long_description,
4040
url='http://github.com/eriknyquist/ptttl',
4141
author='Erik Nyquist',

0 commit comments

Comments
 (0)