diff --git a/README.md b/README.md
index 747ffeb..ab08f40 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 f6e253b..164bc7a 100644
--- a/setup.py
+++ b/setup.py
@@ -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",
diff --git a/streamrip/__init__.py b/streamrip/__init__.py
index bcb32fa..76d97ff 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"