mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-13 06:34:45 -04:00
Bump version
Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
parent
26cb32b9a4
commit
dcda35b0f0
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "streamrip"
|
||||
version = "0.6.7"
|
||||
version = "0.7"
|
||||
description = "A fast, all-in-one music ripper for Qobuz, Deezer, Tidal, and SoundCloud"
|
||||
authors = ["nathom <nathanthomas707@gmail.com>"]
|
||||
license = "GPL-3.0-only"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
"""streamrip: the all in one music downloader."""
|
||||
|
||||
__version__ = "0.6.7"
|
||||
__version__ = "0.7"
|
||||
|
||||
from . import clients, converter, media, constants
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue