diff --git a/fmdpy/__init__.py b/fmdpy/__init__.py index abf2439..2184327 100644 --- a/fmdpy/__init__.py +++ b/fmdpy/__init__.py @@ -1,7 +1,7 @@ """fmdpy.""" from . import conf -VERSION = "0.5.1" +VERSION = "0.5.2" install_requires = ['ffmpeg-python', 'click', 'music-tag>=0.4.3', 'requests', 'pillow', 'lyricsgenius', 'dataclasses', 'spotipy']