From 40d53cd1ab64598a1e46265988661e989b33f92e Mon Sep 17 00:00:00 2001 From: Breakthrough Date: Mon, 6 Aug 2018 22:01:41 -0400 Subject: [PATCH] Update version tag for beta release. --- scenedetect/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenedetect/__init__.py b/scenedetect/__init__.py index 16f2fc1a..40184ee6 100644 --- a/scenedetect/__init__.py +++ b/scenedetect/__init__.py @@ -55,7 +55,7 @@ # Used for module identification and when printing version & about info. # (scenedetect version and scenedetect about) -__version__ = 'v0.5-dev' +__version__ = 'v0.5-beta-1' # About & copyright message string shown for the 'about' CLI command (scenedetect about).