Bump version to 1.9.3

This commit is contained in:
Nathan Thomas 2022-01-21 19:36:04 -08:00
parent 918f0e3547
commit 7b3aab1823
3 changed files with 2 additions and 2 deletions

View file

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

0
rg
View file

View file

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