Skip to content

Commit fb7f099

Browse files
committed
Adding app version labeling
1 parent 7e0219e commit fb7f099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tkinter_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def restart_program():
216216

217217
# create more pulldown menus
218218
helpmenu = Menu(menubar, tearoff=0)
219-
helpmenu.add_command(label="About", command=about)
219+
helpmenu.add_command(label="About (v0.1.1)", command=about)
220220
helpmenu.add_command(label="- Detection Methods", command=methods)
221221
helpmenu.add_command(label="- Comparison with Other Scripts", command=comparison)
222222
helpmenu.add_command(label="- PII Field Names", command=PII_field_names)

0 commit comments

Comments
 (0)