From 1a5920abe23f23e5743aeea5a3f251735709eb2f Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sat, 2 Nov 2024 12:02:54 +0000 Subject: [PATCH] Increment Version to 1.0.5 --- ocp_pipeline/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocp_pipeline/version.py b/ocp_pipeline/version.py index 6ac3c36..f0c8cf9 100644 --- a/ocp_pipeline/version.py +++ b/ocp_pipeline/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 1 VERSION_MINOR = 0 VERSION_BUILD = 5 -VERSION_ALPHA = 1 +VERSION_ALPHA = 0 # END_VERSION_BLOCK