We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d301463 commit 13e4416Copy full SHA for 13e4416
ptttl/__init__.py
@@ -1,5 +1,5 @@
1
__author__ = "Erik Nyquist"
2
__license__ = "Apache 2.0"
3
-__version__ = "1.0.1"
+__version__ = "1.2.0"
4
__maintainer__ = "Erik Nyquist"
5
__email__ = "eknyquist@gmail.com"
setup.py
@@ -35,7 +35,7 @@
35
setup(
36
name='ptttl',
37
version=__version__,
38
- description=('Converts PTTTL/RTTTL files to audio data'),
+ description=('Parses PTTTL/RTTTL musical notation files'),
39
long_description=long_description,
40
url='http://github.com/eriknyquist/ptttl',
41
author='Erik Nyquist',
0 commit comments