Update README, bump version

This commit is contained in:
nathom 2021-04-20 11:25:09 -07:00
parent 2d35001793
commit 0b70932daa
3 changed files with 2 additions and 7 deletions

View File

@ -2,11 +2,6 @@
A scriptable stream downloader for Qobuz, Tidal, Deezer and SoundCloud.
## Attention
The Deezloader server is currently down. This means Deezer downloads are currently not working.
Stay posted for updates.
## Features
- Super fast, as it utilizes concurrent downloads and conversion

View File

@ -14,7 +14,7 @@ requirements = read_file("requirements.txt").strip().split()
# https://github.com/pypa/sampleproject/blob/main/setup.py
setup(
name=pkg_name,
version="0.4.3",
version="0.4.4",
author="Nathan",
author_email="nathanthomas707@gmail.com",
keywords="lossless, hi-res, qobuz, tidal, deezer, audio, convert, soundcloud, mp3",

View File

@ -1,4 +1,4 @@
"""streamrip: the all in one music downloader.
"""
__version__ = "0.4.3"
__version__ = "0.4.4"