Skip to content

Commit c6b29c2

Browse files
committed
Bump version
1 parent 070402e commit c6b29c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "streamrip"
3-
version = "2.0.3"
3+
version = "2.0.4"
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"

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.3"
5+
__version__ = "2.0.4"

0 commit comments

Comments
 (0)