From 13413f5d4dd0b8f881c90bab4a4101f22fb00287 Mon Sep 17 00:00:00 2001 From: Kamil Dec <67755708+deckamil@users.noreply.github.com> Date: Sun, 14 Apr 2024 15:36:39 +0200 Subject: [PATCH] Changed version to v0.6.0-in-dev --- MCG/MCG_CC/mcg_cc_main.py | 2 +- MCG/MCG_CGC/mcg_cgc_main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MCG/MCG_CC/mcg_cc_main.py b/MCG/MCG_CC/mcg_cc_main.py index 32120a5..abe153a 100644 --- a/MCG/MCG_CC/mcg_cc_main.py +++ b/MCG/MCG_CC/mcg_cc_main.py @@ -54,7 +54,7 @@ class Main(object): OUTPUT_DIR_PATH_INDEX = 2 # MCG CC version - MCG_CC_VERSION = "v0.5.0-alpha" + MCG_CC_VERSION = "v0.6.0-in-dev" # Description: # This is main method, which display short notice and start conversion process. diff --git a/MCG/MCG_CGC/mcg_cgc_main.py b/MCG/MCG_CGC/mcg_cgc_main.py index 1a67642..49bad32 100644 --- a/MCG/MCG_CGC/mcg_cgc_main.py +++ b/MCG/MCG_CGC/mcg_cgc_main.py @@ -51,7 +51,7 @@ class Main(object): OUTPUT_DIR_PATH_INDEX = 2 # MCG CGC version - MCG_CGC_VERSION = "v0.5.0-alpha" + MCG_CGC_VERSION = "v0.6.0-in-dev" # Description: # This is main method, which display short notice and start code generation process.