From 29e74d1dc589b914c0e733e20801b7beb764ec3e Mon Sep 17 00:00:00 2001 From: euwbah Date: Sun, 8 Aug 2021 20:06:43 +0800 Subject: [PATCH] Version text in program --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 7481268..947fab8 100644 --- a/main.py +++ b/main.py @@ -138,7 +138,7 @@ def intable(s): if __name__ == '__main__': - print('microtonal seaboard retuner v0.4.0') + print('microtonal seaboard retuner v0.4.1') has_read_configs = configs.read_configs()