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"