From 0b70932daa62a643d07eb8c33d6d2b4b65bf5d6f Mon Sep 17 00:00:00 2001 From: nathom Date: Tue, 20 Apr 2021 11:25:09 -0700 Subject: [PATCH] Update README, bump version --- README.md | 5 ----- setup.py | 2 +- streamrip/__init__.py | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 747ffeb4..ab08f40c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index f6e253be..164bc7a6 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read_file(fname): # 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", diff --git a/streamrip/__init__.py b/streamrip/__init__.py index bcb32fa7..76d97ff9 100644 --- a/streamrip/__init__.py +++ b/streamrip/__init__.py @@ -1,4 +1,4 @@ """streamrip: the all in one music downloader. """ -__version__ = "0.4.3" +__version__ = "0.4.4"