From 51042eefa9be6c41d2055048e92402f34dae8078 Mon Sep 17 00:00:00 2001 From: 7x11x13 Date: Tue, 12 Jul 2022 10:17:43 -0400 Subject: [PATCH] Update requirements --- scdl/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scdl/__init__.py b/scdl/__init__.py index 18c646d..f5f53b3 100644 --- a/scdl/__init__.py +++ b/scdl/__init__.py @@ -1,3 +1,3 @@ # -*- encoding: utf-8 -*- """Python Soundcloud Music Downloader.""" -__version__ = "v2.7.1" +__version__ = "v2.7.2" diff --git a/setup.py b/setup.py index 482e475..c218b82 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( long_description_content_type="text/markdown", install_requires=[ "docopt", - "mutagen", + "mutagen>=1.45.0", "termcolor", "requests", "clint",