Nudged version, added author

This commit is contained in:
Jamie Hardt
2019-01-01 23:29:20 -08:00
parent 849ade92a4
commit b150cd6d8e
2 changed files with 4 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ with open("README.md", "r") as fh:
long_description = fh.read()
setup(name='wavinfo',
version='0.2',
version='0.3',
author='Jamie Hardt',
author_email='jamiehardt@me.com',
description='WAVE sound file metadata parser.',

View File

@@ -1 +1,4 @@
from .wave_reader import WavInfoReader
__version__ = 0.3
__author__ = 'Jamie Hardt'