Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nathom committed Jan 24, 2024
1 parent 99578f8 commit bd3bff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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'}
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion streamrip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .config import Config

__all__ = ["Config", "media", "metadata", "converter", "db", "exceptions"]
__version__ = "2.0.4"
__version__ = "2.0.5"

0 comments on commit bd3bff1

Please sign in to comment.