From dcda35b0f0a70e4d16a3da4e0dbb7f6323d172f6 Mon Sep 17 00:00:00 2001 From: nathom Date: Tue, 6 Jul 2021 15:15:01 -0700 Subject: [PATCH] Bump version Signed-off-by: nathom --- pyproject.toml | 2 +- streamrip/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 201cf56..c301279 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "streamrip" -version = "0.6.7" +version = "0.7" 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 733cdff..7a69b4c 100644 --- a/streamrip/__init__.py +++ b/streamrip/__init__.py @@ -1,5 +1,5 @@ """streamrip: the all in one music downloader.""" -__version__ = "0.6.7" +__version__ = "0.7" from . import clients, converter, media, constants