From 35262cb6fab7e5eeef1ef889e075b38f2fb8f4d3 Mon Sep 17 00:00:00 2001 From: Nathan Thomas Date: Sun, 26 Sep 2021 16:39:01 -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 9b38e69..6c7cd89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "streamrip" -version = "1.5" +version = "1.6" 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 f6cceb2..175a1f7 100644 --- a/streamrip/__init__.py +++ b/streamrip/__init__.py @@ -1,5 +1,5 @@ """streamrip: the all in one music downloader.""" -__version__ = "1.5" +__version__ = "1.6" from . import clients, constants, converter, downloadtools, media