Update __init__.py

Version 1.6.2
This commit is contained in:
Jamie Hardt
2020-10-19 21:29:40 -07:00
committed by GitHub
parent 5a1a12e21e
commit 84a76f9c74

View File

@@ -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 <jamiehardt@gmail.com>'
__license__ = "MIT"