From 552a9f9f686a2719232fa090935cb09066c5727c Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Mon, 18 Jan 2021 02:43:34 +0530 Subject: [PATCH] Update __version__.py --- videohash/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/videohash/__version__.py b/videohash/__version__.py index 4218f82..f86a7b1 100644 --- a/videohash/__version__.py +++ b/videohash/__version__.py @@ -1,7 +1,7 @@ __title__ = "videohash" __description__ = "Video Hashing Library" __url__ = "https://akamhy.github.io/videohash/" -__version__ = "1.0.0" +__version__ = "1.0.1" __author__ = "akamhy" __author_email__ = "akamhy@yahoo.com" __license__ = "MIT"