Python 3.8 added to tests

Bumped version and added 3.8 to Travis
This commit is contained in:
Jamie Hardt
2020-01-02 11:55:51 -08:00
parent 5c90d5ff47
commit 841b86f3f4
3 changed files with 6 additions and 4 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.3.1'
__version__ = '1.4'
__author__ = 'Jamie Hardt <jamiehardt@gmail.com>'
__license__ = "MIT"