From c6b29c2fabcc0a0fed2505241c2c41858d948207 Mon Sep 17 00:00:00 2001 From: Nathan Thomas Date: Tue, 23 Jan 2024 10:19:41 -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 4dacc31..94461de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "streamrip" -version = "2.0.3" +version = "2.0.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 ea02de1..1234858 100644 --- a/streamrip/__init__.py +++ b/streamrip/__init__.py @@ -2,4 +2,4 @@ from . import converter, db, exceptions, media, metadata from .config import Config __all__ = ["Config", "media", "metadata", "converter", "db", "exceptions"] -__version__ = "2.0.3" +__version__ = "2.0.4"