Skip to content

Commit

Permalink
Update session_manager_ui.py
Browse files Browse the repository at this point in the history
Update patch number
  • Loading branch information
wsarce committed Nov 24, 2021
1 parent 9d5c9dc commit 59d3bc4
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 @@ -419,7 +419,7 @@ def __init__(self, patient_file, keystroke_file):
root.config(bg="white", bd=-2)
pad = 3
root.geometry("{0}x{1}+0+0".format(1250, 725))
root.title("Experiment Collection & Logging v0.7.10")
root.title("Experiment Collection & Logging v0.7.11")

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 59d3bc4

Please sign in to comment.