From 4797ecec49e3e86dfd6dfe665d0da670e0226538 Mon Sep 17 00:00:00 2001 From: smartie2076 Date: Wed, 12 Jun 2019 17:02:29 +0200 Subject: [PATCH] fixed calculation error with project costs --- A_main_script.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/A_main_script.py b/A_main_script.py index e2e83918..78c045fe 100644 --- a/A_main_script.py +++ b/A_main_script.py @@ -18,8 +18,8 @@ #screen_level=logging.DEBUG, file_level=logging.DEBUG) -logging.info('\n \n MICRO GRID TOOL 3.0 ' - '\n Version: 21.05.2019 ' +logging.info('\n \n MICRO GRID TOOL 3.0 BETA' + '\n Version: 12.06.2019 ' '\n Coded by: Martha M. Hoffmann ' '\n Reiner Lemoine Institute (Berlin) \n \n ')