diff --git a/pyproject.toml b/pyproject.toml index c0beea1..3f63e8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "GPL-3.0-only" readme = "README.md" diff --git a/streamrip/__init__.py b/streamrip/__init__.py index 4bf6a97..c88eefa 100644 --- a/streamrip/__init__.py +++ b/streamrip/__init__.py @@ -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"