From fbb6473c2688f2f779118efe9ef1fa95849b05c6 Mon Sep 17 00:00:00 2001 From: Nathan Thomas Date: Fri, 14 Jan 2022 21:23:42 -0800 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 7474205..590b706 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "streamrip" -version = "1.9" +version = "1.9.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 25ee0e4..33e03de 100644 --- a/streamrip/__init__.py +++ b/streamrip/__init__.py @@ -1,5 +1,5 @@ """streamrip: the all in one music downloader.""" -__version__ = "1.9" +__version__ = "1.9.1" from . import clients, constants, converter, downloadtools, media