From 59e2b309a03f5b698ef6bf0f598efb623780d690 Mon Sep 17 00:00:00 2001 From: piplongrun Date: Tue, 21 Feb 2017 00:44:33 +0100 Subject: [PATCH] Update __init__.py --- Contents/Code/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contents/Code/__init__.py b/Contents/Code/__init__.py index 466771e..bc0cb11 100644 --- a/Contents/Code/__init__.py +++ b/Contents/Code/__init__.py @@ -1,6 +1,6 @@ import unicodedata -VERSION = '1.0.0' +VERSION = '1.0.1' SERACH_URL = 'https://tadata.me/muvio/?artist=%s' TYPE_ORDER = ['music_video', 'live_music', 'lyric_video']