From db7a0bd6f21d14703b55c1f9c654879c0aa69bc9 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sat, 2 Nov 2024 05:22:08 +0000 Subject: [PATCH] Increment Version to 1.0.5a1 --- ocp_pipeline/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ocp_pipeline/version.py b/ocp_pipeline/version.py index 5ecdd0c..6ac3c36 100644 --- a/ocp_pipeline/version.py +++ b/ocp_pipeline/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_BUILD = 4 -VERSION_ALPHA = 0 +VERSION_BUILD = 5 +VERSION_ALPHA = 1 # END_VERSION_BLOCK