Bump version

This commit is contained in:
Nathan Thomas 2024-01-23 10:19:41 -08:00
parent 070402eb1e
commit c6b29c2fab
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "streamrip"
version = "2.0.3"
version = "2.0.4"
description = "A fast, all-in-one music ripper for Qobuz, Deezer, Tidal, and SoundCloud"
authors = ["nathom <nathanthomas707@gmail.com>"]
license = "GPL-3.0-only"

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