Update __init__.py

Nudged version
This commit is contained in:
Jamie Hardt
2023-11-08 21:16:36 -08:00
committed by GitHub
parent e2ca087e08
commit a196e4786e

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.3.0'
__version__ = '2.3.1'
__short_version__ = '2.3.0'