Skip to content

Commit

Permalink
Update session_manager_ui.py
Browse files Browse the repository at this point in the history
Update version patch number
  • Loading branch information
wsarce committed Oct 8, 2021
1 parent eff7df6 commit 25ece23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session_manager_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 25ece23

Please sign in to comment.