diff --git a/setup.py b/setup.py index f0f0fd9..8731cdf 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ with open("README.md", "r") as fh: long_description = fh.read() setup(name='wavinfo', - version='1.4', + version='1.4.1', author='Jamie Hardt', author_email='jamiehardt@me.com', description='Probe WAVE Files for iXML, Broadcast-WAVE and other metadata.', diff --git a/wavinfo/__init__.py b/wavinfo/__init__.py index 9265338..a356ca7 100644 --- a/wavinfo/__init__.py +++ b/wavinfo/__init__.py @@ -7,6 +7,6 @@ Go to the documentation for wavinfo.WavInfoReader for more information. from .wave_reader import WavInfoReader from .riff_parser import WavInfoEOFError -__version__ = '1.4' +__version__ = '1.4.1' __author__ = 'Jamie Hardt ' __license__ = "MIT" \ No newline at end of file