Nudge version to 2.3.0

This commit is contained in:
Jamie Hardt
2023-06-10 01:11:37 -07:00
parent a38c79d985
commit 538449bd9c

View File

@@ -5,5 +5,5 @@ Probe WAVE Files for iXML, Broadcast-WAVE and other metadata.
from .wave_reader import WavInfoReader
from .riff_parser import WavInfoEOFError
__version__ = '2.2.1'
__short_version__ = '2.2.1'
__version__ = '2.3.0'
__short_version__ = '2.3.0'