From 25ece231e56576b2e6b15e62c3a2d0d24bdc4880 Mon Sep 17 00:00:00 2001 From: Walker Arce Date: Fri, 8 Oct 2021 11:10:54 -0500 Subject: [PATCH] Update session_manager_ui.py Update version patch number --- session_manager_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session_manager_ui.py b/session_manager_ui.py index 46dca1c..fb4bb93 100644 --- a/session_manager_ui.py +++ b/session_manager_ui.py @@ -391,7 +391,7 @@ def __init__(self, patient_file, keystroke_file): root.config(bg="white", bd=-2) pad = 3 root.geometry("{0}x{1}+0+0".format(root.winfo_screenwidth() - pad, root.winfo_screenheight() - pad)) - root.title("Experiment Collection & Logging v0.4.2") + root.title("Experiment Collection & Logging v0.4.3") self.unmc_shield_canvas = Canvas(root, width=250, height=100, bg="white", bd=-2) self.unmc_shield_canvas.place(x=2, y=2)