Improved exceptions in certain EOF cases

Pursuant to #4
This commit is contained in:
Jamie Hardt
2020-01-02 10:50:36 -08:00
parent 15db4c9ffa
commit 60e329fdb4
2 changed files with 27 additions and 22 deletions

View File

@@ -5,7 +5,8 @@ Go to the documentation for wavinfo.WavInfoReader for more information.
"""
from .wave_reader import WavInfoReader
from .riff_parser import WavInfoEOFError
__version__ = '1.3'
__version__ = '1.3.1'
__author__ = 'Jamie Hardt <jamiehardt@gmail.com>'
__license__ = "MIT"