diff --git a/setup.py b/setup.py index 2b6a54147..24b7df508 100755 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ setup(name='beets', }, install_requires=[ - 'mutagen>=1.21', + 'mutagen>=1.22', 'munkres', 'unidecode', 'musicbrainzngs>=0.4',