Bump version

This commit is contained in:
Nathan Thomas 2022-01-14 21:23:42 -08:00
parent 72591d1440
commit fbb6473c26
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"
__version__ = "1.9.1"
from . import clients, constants, converter, downloadtools, media