From 70538ba31385b590506027a2a2dd5b78139875a6 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 14 Oct 2024 03:31:39 +0000 Subject: [PATCH] Increment Version to 0.1.0 --- 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 be3eeb2..cbb1e3f 100644 --- a/ocp_pipeline/version.py +++ b/ocp_pipeline/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 1 VERSION_BUILD = 0 -VERSION_ALPHA = 1 +VERSION_ALPHA = 0 # END_VERSION_BLOCK