mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-13 22:54:55 -04:00
Bump version
This commit is contained in:
parent
0367a04137
commit
27ef952099
2 changed files with 4 additions and 4 deletions
6
setup.py
6
setup.py
|
@ -14,11 +14,11 @@ requirements = read_file("requirements.txt").strip().split()
|
||||||
# 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.4",
|
version="0.4.1",
|
||||||
author="Nathan",
|
author="Nathan",
|
||||||
author_email="nathanthomas707@gmail.com",
|
author_email="nathanthomas707@gmail.com",
|
||||||
keywords="lossless, hi-res, qobuz, tidal, deezer, audio, convert",
|
keywords="lossless, hi-res, qobuz, tidal, deezer, audio, convert, soundcloud, mp3",
|
||||||
description="A stream downloader for Qobuz, Tidal, and Deezer.",
|
description="A stream downloader for Qobuz, Tidal, SoundCloud, and Deezer.",
|
||||||
long_description=read_file("README.md"),
|
long_description=read_file("README.md"),
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
install_requires=requirements,
|
install_requires=requirements,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
"""streamrip: the all in one music downloader.
|
"""streamrip: the all in one music downloader.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.4"
|
__version__ = "0.4.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue