From 5a1a12e21eef43425b0b0a6261ac2aeed1df840d Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Mon, 19 Oct 2020 21:28:58 -0700 Subject: [PATCH] Update __init__.py Version 1.6.1 --- wavinfo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wavinfo/__init__.py b/wavinfo/__init__.py index 571a434..5179741 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.6' +__version__ = '1.6.1' __author__ = 'Jamie Hardt ' __license__ = "MIT"