to test github action
This commit is contained in:
Jamie Hardt
2020-01-04 22:28:02 -08:00
parent e132c5846c
commit 5d4bb13ad6
2 changed files with 2 additions and 2 deletions

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