From f0b7a0ddf6ada8820fc9b1a1a2d202392c8b3872 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 24 Nov 2022 22:05:38 -0800 Subject: [PATCH] Nudge version --- wavinfo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wavinfo/__init__.py b/wavinfo/__init__.py index 0608567..0e8aac4 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__ = '2.0.1' +__version__ = '2.1.0' __author__ = 'Jamie Hardt ' __license__ = "MIT"