Documentation

This commit is contained in:
Jamie Hardt
2022-11-26 19:33:35 -08:00
parent f8ce7b9ad9
commit cf39d19ef2
7 changed files with 14 additions and 10 deletions

View File

@@ -7,6 +7,6 @@ See the documentation for `wavinfo.WavInfoReader` for more information.
from .wave_reader import WavInfoReader
from .riff_parser import WavInfoEOFError
__version__ = '2.1.0'
__version__ = '2.1.1'
__author__ = 'Jamie Hardt <jamiehardt@gmail.com>'
__license__ = "MIT"