From c6fff9f25beba30178941d80109612867d25dbc8 Mon Sep 17 00:00:00 2001 From: Nils Date: Thu, 13 Oct 2022 00:00:14 +0200 Subject: [PATCH] version number in config --- engine/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/config.py b/engine/config.py index 12ceb98..84f913e 100644 --- a/engine/config.py +++ b/engine/config.py @@ -21,7 +21,7 @@ METADATA={ #release announcements, entries in software directories etc. "tagline" : 'All-In-One Instrument', - "version" : "0.5.1", + "version" : "0.6.0", "year" : "2022", "author" : "Laborejo Software Suite and Krzysztof Foltman", "url" : "https://www.laborejo.org/tembro",