Bump version

This commit is contained in:
Nathan Thomas 2025-03-10 09:42:16 -07:00
parent 612c5cc183
commit 7a3758ce78
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,5 +1,5 @@
from . import converter, db, exceptions, media, metadata
from .config import Config
__all__ = ["Config", "media", "metadata", "converter", "db", "exceptions"]
__version__ = "2.0.5"
__all__ = ["Config", "converter", "db", "exceptions", "media", "metadata"]
__version__ = "2.1.0"