Bump version

This commit is contained in:
Nathan Thomas 2024-01-24 12:21:18 -08:00
parent 99578f8577
commit bd3bff1f0d
2 changed files with 2 additions and 4 deletions

View File

@ -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 <nathanthomas707@gmail.com>"]
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"

View File

@ -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"