Skip to content

Commit

Permalink
Nudged version to 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iluvcapra committed Jan 6, 2022
1 parent 35311e3 commit c966097
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9"],
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10"],
keywords='waveform metadata audio ebu smpte avi library film tv editing editorial',
install_requires=['lxml', 'ear'],
entry_points={
Expand Down
2 changes: 1 addition & 1 deletion wavinfo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
from .wave_reader import WavInfoReader
from .riff_parser import WavInfoEOFError

__version__ = '1.6.2'
__version__ = '1.6.3'
__author__ = 'Jamie Hardt <jamiehardt@gmail.com>'
__license__ = "MIT"

0 comments on commit c966097

Please sign in to comment.