Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
crugas committed Oct 19, 2021
1 parent cf1044d commit 94a6c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion as_xtf_GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ def run_gui(defaults):
window_about_active = True
layout_about = [
[sg.Text("Created by Corey Schmidt for the University of Georgia Libraries\n\n"
"Version: 1.4.3-UGA\n\n" # TODO Change Version #
"Version: 1.4.4-UGA\n\n" # TODO Change Version #
"To check for the latest versions, check the Github\n", font=("Roboto", 12))],
[sg.OK(bind_return_key=True, key="_ABOUT_OK_"), sg.Button(" Check Github ", key="_CHECK_GITHUB_"),
sg.Button(" Check GUI Info ", key="_CHECK_PYPSG_")]
Expand Down

0 comments on commit 94a6c72

Please sign in to comment.