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
d4c31122fa
commit
34397bef34
2 changed files with 2 additions and 6 deletions
6
setup.py
6
setup.py
|
@ -14,7 +14,7 @@ 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.5",
|
version="0.5.1",
|
||||||
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",
|
||||||
|
@ -41,7 +41,3 @@ setup(
|
||||||
"Bug Reports": "https://github.com/nathom/streamrip/issues",
|
"Bug Reports": "https://github.com/nathom/streamrip/issues",
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
# rm -f dist/*
|
|
||||||
# python3 setup.py sdist bdist_wheel
|
|
||||||
# twine upload dist/*
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
"""streamrip: the all in one music downloader.
|
"""streamrip: the all in one music downloader.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.5"
|
__version__ = "0.5.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue