Nudge version

This commit is contained in:
Jamie Hardt
2022-11-24 22:05:38 -08:00
parent e83603cb47
commit f0b7a0ddf6

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__ = '2.0.1'
__version__ = '2.1.0'
__author__ = 'Jamie Hardt <jamiehardt@gmail.com>'
__license__ = "MIT"