Improve version comparison

This commit is contained in:
Nathan Thomas 2022-06-14 12:35:55 -07:00
parent 26da00f1a2
commit 15c826d03e
3 changed files with 13 additions and 4 deletions

View file

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