Skip to content

Commit

Permalink
Adding app version labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
joshjacobson committed Feb 8, 2018
1 parent 7e0219e commit fb7f099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tkinter_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def restart_program():

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

0 comments on commit fb7f099

Please sign in to comment.