From 2a7c27352e69a5f6feb12ae751388ac229de195b Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sat, 18 May 2019 11:32:11 +1000 Subject: [PATCH] mediafile: bump MediaFile dependency to 0.1.0 This version is synchronised to the embedded copy of mediafile released with Beets v1.4.8. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cccffd0b6..50c875d12 100755 --- a/setup.py +++ b/setup.py @@ -91,7 +91,7 @@ setup( 'unidecode', 'musicbrainzngs>=0.4', 'pyyaml', - 'mediafile>=0.0.1', + 'mediafile>=0.1.0', ] + [ # Avoid a version of munkres incompatible with Python 3. 'munkres~=1.0.0' if sys.version_info < (3, 5, 0) else