Skip to content

Commit

Permalink
Change version number to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaime-alv committed Oct 5, 2021
1 parent 7350d06 commit 1b36a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def about_script(self):
script = 'Web check'
contact = 'Contact: https://github.com/Jaime-alv'
repository = 'Repository: https://github.com/Jaime-alv/web_check.git'
version = 'Version: v0.5.0'
version = 'Version: v0.5.1'
license_script = 'License: APACHE LICENSE, VERSION 2.0'
author = 'Author: Jaime Álvarez Fernández'
script_label = tkinter.Label(new_window, text=script, font=('bahnschrift', 13, 'bold'))
Expand Down

0 comments on commit 1b36a06

Please sign in to comment.