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",