mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-09 14:11:55 -04:00
Bump version
This commit is contained in:
parent
612c5cc183
commit
7a3758ce78
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue