Skip to content

Commit bd3bff1

Browse files
committed
Bump version
1 parent 99578f8 commit bd3bff1

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "streamrip"
3-
version = "2.0.4"
3+
version = "2.0.5"
44
description = "A fast, all-in-one music ripper for Qobuz, Deezer, Tidal, and SoundCloud"
55
authors = ["nathom <nathanthomas707@gmail.com>"]
66
license = "GPL-3.0-only"
@@ -23,7 +23,6 @@ rip = "streamrip.rip:rip"
2323
[tool.poetry.dependencies]
2424
python = ">=3.10 <4.0"
2525
mutagen = "^1.45.1"
26-
tqdm = "^4.61.1"
2726
tomlkit = "^0.7.2"
2827
pathvalidate = "^2.4.1"
2928
simple-term-menu = {version = "^1.2.1", platform = 'darwin|linux'}
@@ -32,7 +31,6 @@ windows-curses = {version = "^2.2.0", platform = 'win32|cygwin'}
3231
Pillow = ">=9,<11"
3332
deezer-py = "1.3.6"
3433
pycryptodomex = "^3.10.1"
35-
cleo = "^2.0"
3634
appdirs = "^1.4.4"
3735
m3u8 = "^0.9.0"
3836
aiofiles = "^0.7"

streamrip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .config import Config
33

44
__all__ = ["Config", "media", "metadata", "converter", "db", "exceptions"]
5-
__version__ = "2.0.4"
5+
__version__ = "2.0.5"

0 commit comments

Comments
 (0)