From 443ddc7ba78264542d963656c3cdc53629239a94 Mon Sep 17 00:00:00 2001 From: Erki Suurjaak Date: Sun, 24 Jul 2022 14:45:01 +0300 Subject: [PATCH] v1.7 checkpoint. --- src/inputscope/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inputscope/conf.py b/src/inputscope/conf.py index 571497d..3e8339b 100644 --- a/src/inputscope/conf.py +++ b/src/inputscope/conf.py @@ -36,7 +36,7 @@ """Program title, version number and version date.""" Title = "InputScope" -Version = "1.7.dev3" +Version = "1.7" VersionDate = "24.07.2022" """TCP port of the web user interface."""