From 2aed5eaeab6a8582a86c8599bd86fa915f347dda Mon Sep 17 00:00:00 2001 From: Adrian Schmitz <a.schmitz@itc.rwth-aachen.de> Date: Tue, 10 Jan 2023 12:39:20 +0100 Subject: [PATCH] Version increase Signed-off-by: Adrian Schmitz <a.schmitz@itc.rwth-aachen.de> --- core/utility/defines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/utility/defines.py b/core/utility/defines.py index 782b8d7..76ca915 100644 --- a/core/utility/defines.py +++ b/core/utility/defines.py @@ -1,6 +1,6 @@ import logging name = 'Aixcellenz CI Driver' -version = '0.2.2' +version = '0.3.0' debug = False stdout_logging = True -- GitLab