diff --git a/pyproject.toml b/pyproject.toml index 2011c06..693a7b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "GPL-3.0-only" diff --git a/rg b/rg deleted file mode 100644 index e69de29..0000000 diff --git a/streamrip/__init__.py b/streamrip/__init__.py index 2003327..d723a9a 100644 --- a/streamrip/__init__.py +++ b/streamrip/__init__.py @@ -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