Bump to 1.9.4

This commit is contained in:
Nathan Thomas 2022-02-14 19:19:30 -08:00
parent 6f6c021d31
commit c781e002ae
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "streamrip"
version = "1.9.3"
version = "1.9.4"
description = "A fast, all-in-one music ripper for Qobuz, Deezer, Tidal, and SoundCloud"
authors = ["nathom <nathanthomas707@gmail.com>"]
license = "GPL-3.0-only"

View file

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