Added __short_version__ field

This commit is contained in:
Jamie Hardt
2022-12-07 09:13:51 -08:00
parent 514160df87
commit 2a410cef00
2 changed files with 2 additions and 1 deletions

View File

@@ -8,5 +8,6 @@ from .wave_reader import WavInfoReader
from .riff_parser import WavInfoEOFError
__version__ = '2.1.1'
__short_version__ = '2.1'
__author__ = 'Jamie Hardt <jamiehardt@gmail.com>'
__license__ = "MIT"