From 117f6be0ea49cf12c66705678838154aff9a9a7e Mon Sep 17 00:00:00 2001 From: Nils <> Date: Fri, 8 Apr 2022 17:29:04 +0200 Subject: [PATCH] Start with v0.5.0 as initial beta release --- engine/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/config.py b/engine/config.py index 3a9f159..30e5bb4 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.0.1", + "version" : "0.5.0", "year" : "2022", "author" : "Laborejo Software Suite and Krzysztof Foltman", "url" : "https://www.laborejo.org/tembro",