Skip to content

Commit

Permalink
Update version # and PySimpleGUI requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
crugas committed May 6, 2021
1 parent bb3d3f5 commit dc513ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion as_xtf_GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def run_gui(defaults):
# TODO Change Version #
layout_about = [
[sg.Text("Created by Corey Schmidt for the University of Georgia Libraries\n\n"
"Version: 1.2.0\n\n"
"Version: 1.3.0\n\n"
"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_")]
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
loguru==0.5.3
lxml==4.6.3
paramiko==2.7.2
PySimpleGUI==4.39.1
PySimpleGUI==4.40.0
scp==0.13.3
ArchivesSnake==0.9.1

0 comments on commit dc513ce

Please sign in to comment.