From bdb4011380d8b023fd01fb2cbf78d98a8199050c Mon Sep 17 00:00:00 2001 From: cubicibo <55701024+cubicibo@users.noreply.github.com> Date: Fri, 4 Aug 2023 15:19:28 +0200 Subject: [PATCH] Push version. --- scenaristream/__metadata__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenaristream/__metadata__.py b/scenaristream/__metadata__.py index ee8cc74..1b65e2a 100644 --- a/scenaristream/__metadata__.py +++ b/scenaristream/__metadata__.py @@ -26,7 +26,7 @@ __MAJOR = 0 __MINOR = 0 -__REV = 3 +__REV = 4 __version__ = '.'.join(map(str, [__MAJOR, __MINOR, __REV])) __author__ = 'cubicibo'