From 6c781adfd3507dc48fbabe4ab74c85aa07876a56 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 16 Oct 2024 01:07:40 +0000 Subject: [PATCH] Increment Version to 0.1.3 --- 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 9846811..35edff0 100644 --- a/ocp_pipeline/version.py +++ b/ocp_pipeline/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 1 VERSION_BUILD = 3 -VERSION_ALPHA = 1 +VERSION_ALPHA = 0 # END_VERSION_BLOCK