diff --git a/deemix/__init__.py b/deemix/__init__.py
index 607bc8b..c41c13b 100644
--- a/deemix/__init__.py
+++ b/deemix/__init__.py
@@ -10,7 +10,7 @@ from deemix.itemgen import generateTrackItem, \
     generateArtistTopItem
 from deemix.errors import LinkNotRecognized, LinkNotSupported
 
-__version__ = "3.4.4"
+__version__ = "3.5.0"
 
 # Returns the Resolved URL, the Type and the ID
 def parseLink(link):
diff --git a/setup.py b/setup.py
index a521487..9195113 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ README = (HERE / "README.md").read_text()
 
 setup(
     name="deemix",
-    version="3.4.4",
+    version="3.5.0",
     description="A barebone deezer downloader library",
     long_description=README,
     long_description_content_type="text/markdown",