From 7b3aab1823a31e9e34699837f5ccb157d503ddea Mon Sep 17 00:00:00 2001 From: Nathan Thomas Date: Fri, 21 Jan 2022 19:36:04 -0800 Subject: [PATCH] Bump version to 1.9.3 --- pyproject.toml | 2 +- rg | 0 streamrip/__init__.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 rg 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