Bump version to 1.9.7

This commit is contained in:
Nathan Thomas 2023-03-16 22:23:00 -07:00
parent a6313ca406
commit 12db8e001a
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
"""streamrip: the all in one music downloader."""
__version__ = "1.9.6"
__version__ = "1.9.7"
from . import clients, constants, converter, downloadtools, media