From bd3bff1f0df6d8dd5054920baf1409ca04b31094 Mon Sep 17 00:00:00 2001 From: Nathan Thomas Date: Wed, 24 Jan 2024 12:21:18 -0800 Subject: [PATCH] Bump version --- pyproject.toml | 4 +--- streamrip/__init__.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 94461de..7b9b2e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "streamrip" -version = "2.0.4" +version = "2.0.5" description = "A fast, all-in-one music ripper for Qobuz, Deezer, Tidal, and SoundCloud" authors = ["nathom "] license = "GPL-3.0-only" @@ -23,7 +23,6 @@ rip = "streamrip.rip:rip" [tool.poetry.dependencies] python = ">=3.10 <4.0" mutagen = "^1.45.1" -tqdm = "^4.61.1" tomlkit = "^0.7.2" pathvalidate = "^2.4.1" simple-term-menu = {version = "^1.2.1", platform = 'darwin|linux'} @@ -32,7 +31,6 @@ windows-curses = {version = "^2.2.0", platform = 'win32|cygwin'} Pillow = ">=9,<11" deezer-py = "1.3.6" pycryptodomex = "^3.10.1" -cleo = "^2.0" appdirs = "^1.4.4" m3u8 = "^0.9.0" aiofiles = "^0.7" diff --git a/streamrip/__init__.py b/streamrip/__init__.py index 1234858..4bf6a97 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.4" +__version__ = "2.0.5"