From 6f400010e8a6cb40e21d1cd3f437c49d86781ecb Mon Sep 17 00:00:00 2001 From: Nils Date: Wed, 12 Oct 2022 23:23:30 +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 63be5c3..d8abfd3 100644 --- a/engine/config.py +++ b/engine/config.py @@ -21,7 +21,7 @@ METADATA={ #release announcements, entries in software directories etc. "tagline" : 'MIDI sequencer based on classical music notation', - "version" : "2.2.0", + "version" : "2.2.2", "year" : "2022", "author" : "Laborejo Software Suite", "url" : "https://www.laborejo.org/laborejo",