From c781e002ae801a625adf23aebdc3c3b3835b67f2 Mon Sep 17 00:00:00 2001 From: Nathan Thomas Date: Mon, 14 Feb 2022 19:19:30 -0800 Subject: [PATCH] Bump to 1.9.4 --- pyproject.toml | 2 +- streamrip/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 693a7b8..a3fd028 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "GPL-3.0-only" diff --git a/streamrip/__init__.py b/streamrip/__init__.py index d723a9a..832f100 100644 --- a/streamrip/__init__.py +++ b/streamrip/__init__.py @@ -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