Update __init__.py

Nudged version to 3.0.0
This commit is contained in:
Jamie Hardt
2023-11-08 21:31:24 -08:00
committed by GitHub
parent adf90612cd
commit 6107342e98

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.1'
__short_version__ = '2.3.1'
__version__ = '3.0.0'
__short_version__ = '3.0.0'