From 5d4bb13ad6c1c95cee7934671cc76906f77d1f97 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 4 Jan 2020 22:28:02 -0800 Subject: [PATCH] v1.4.1 to test github action --- setup.py | 2 +- wavinfo/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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