From cddbd98224dd15cae00d41f8ee85f722f4f4164b Mon Sep 17 00:00:00 2001 From: Nathan Thomas Date: Fri, 20 Aug 2021 13:29:24 -0700 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- streamrip/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 46df234f..8ab89c53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "streamrip" -version = "1.3" +version = "1.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 b97da750..a7e097bd 100644 --- a/streamrip/__init__.py +++ b/streamrip/__init__.py @@ -1,5 +1,5 @@ """streamrip: the all in one music downloader.""" -__version__ = "1.3" +__version__ = "1.4" from . import clients, constants, converter, media