diff --git a/pyproject.toml b/pyproject.toml index fb4383a..b8e081f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "streamrip" -version = "1.4" +version = "1.5" description = "A fast, all-in-one music ripper for Qobuz, Deezer, Tidal, and SoundCloud" authors = ["nathom "] license = "GPL-3.0-only" diff --git a/rip/config.toml b/rip/config.toml index b3f7918..c31b00e 100644 --- a/rip/config.toml +++ b/rip/config.toml @@ -164,4 +164,4 @@ progress_bar = "dainty" [misc] # Metadata to identify this config file. Do not change. -version = "1.6" +version = "1.5" diff --git a/streamrip/__init__.py b/streamrip/__init__.py index 086b816..f6cceb2 100644 --- a/streamrip/__init__.py +++ b/streamrip/__init__.py @@ -1,5 +1,5 @@ """streamrip: the all in one music downloader.""" -__version__ = "1.4" +__version__ = "1.5" from . import clients, constants, converter, downloadtools, media