From d3df17bf4b2d8ea9272770c2741d46445b45c6a5 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 14 Oct 2024 23:41:12 +0000 Subject: [PATCH] Increment Version to 0.1.1 --- 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 6c4806c..bbc2a72 100644 --- a/ocp_pipeline/version.py +++ b/ocp_pipeline/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 1 VERSION_BUILD = 1 -VERSION_ALPHA = 2 +VERSION_ALPHA = 0 # END_VERSION_BLOCK