mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-15 07:34:48 -04:00
Bump version
This commit is contained in:
parent
640cecdece
commit
f19678c607
2 changed files with 3 additions and 2 deletions
3
setup.py
3
setup.py
|
@ -19,10 +19,11 @@ requirements.append("windows-curses; platform_system == 'Windows'")
|
||||||
# can be removed when click v8.0 is released
|
# can be removed when click v8.0 is released
|
||||||
requirements.append("colorama; platform_system == 'Windows'")
|
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.3",
|
version="0.5.4",
|
||||||
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.3"
|
__version__ = "0.5.4"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue