From 99bc9243f89b6b4cdbb401b2c319ba9e2902b2fd Mon Sep 17 00:00:00 2001 From: taizan-hokuto <55448286+taizan-hokuto@users.noreply.github.com> Date: Fri, 4 Sep 2020 20:57:45 +0900 Subject: [PATCH] Increment version --- yvi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yvi/__init__.py b/yvi/__init__.py index 7f8c2ab..ae56df0 100644 --- a/yvi/__init__.py +++ b/yvi/__init__.py @@ -2,7 +2,7 @@ Retriever tool for youtube video information. """ __copyright__ = 'Copyright (C) 2020 taizan-hokuto' -__version__ = '0.0.3' +__version__ = '0.0.4' __license__ = 'MIT' __author__ = 'taizan-hokuto' __author_email__ = '55448286+taizan-hokuto@users.noreply.github.com'