mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-15 07:34:48 -04:00
Bump version
Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
parent
4c7db94a3b
commit
776b2cf1df
3 changed files with 3 additions and 3 deletions
2
setup.py
2
setup.py
|
@ -23,7 +23,7 @@ requirements.append("colorama; platform_system == 'Windows'")
|
||||||
# https://github.com/pypa/sampleproject/blob/main/setup.py
|
# https://github.com/pypa/sampleproject/blob/main/setup.py
|
||||||
setup(
|
setup(
|
||||||
name=pkg_name,
|
name=pkg_name,
|
||||||
version="0.5.5",
|
version="0.6",
|
||||||
author="Nathan",
|
author="Nathan",
|
||||||
author_email="nathanthomas707@gmail.com",
|
author_email="nathanthomas707@gmail.com",
|
||||||
keywords="lossless, hi-res, qobuz, tidal, deezer, audio, convert, soundcloud, mp3",
|
keywords="lossless, hi-res, qobuz, tidal, deezer, audio, convert, soundcloud, mp3",
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
"""streamrip: the all in one music downloader."""
|
"""streamrip: the all in one music downloader."""
|
||||||
|
|
||||||
__version__ = "0.5.5"
|
__version__ = "0.6"
|
||||||
|
|
|
@ -125,4 +125,4 @@ fallback_source = "deezer"
|
||||||
check_for_updates = true
|
check_for_updates = true
|
||||||
|
|
||||||
# Metadata to identify this config file. Do not change.
|
# Metadata to identify this config file. Do not change.
|
||||||
version = "0.5.5"
|
version = "0.6"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue