From ac00b4c1c815b1f3027541507e75939390d38b32 Mon Sep 17 00:00:00 2001 From: nathom Date: Sat, 24 Jul 2021 11:47:04 -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 eb84c97..bb0bec6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "streamrip" -version = "0.7" +version = "0.7.1" 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 7a69b4c..5a871af 100644 --- a/streamrip/__init__.py +++ b/streamrip/__init__.py @@ -1,5 +1,5 @@ """streamrip: the all in one music downloader.""" -__version__ = "0.7" +__version__ = "0.7.1" from . import clients, converter, media, constants