From 84a76f9c749338f232420935702ec94012a16682 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Mon, 19 Oct 2020 21:29:40 -0700 Subject: [PATCH] Update __init__.py Version 1.6.2 --- wavinfo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wavinfo/__init__.py b/wavinfo/__init__.py index 5179741..44f7ace 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.1' +__version__ = '1.6.2' __author__ = 'Jamie Hardt ' __license__ = "MIT"