diff options
| -rw-r--r-- | worldsy.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ B64_ICO = 'AAABAAEAICD/AAAAAACoCAAAFgAAACgAAAAgAAAAQAAAAAEACAAAAAAAAAAAAAAAAAAAA ### Classes ### class Worldsy(tkinter.Tk): - VERSION: str = "1.0.0" + VERSION: str = "1.0.1" def __init__(self, master=None) -> None: # Initialize Tkinter @@ -144,4 +144,4 @@ author_label.pack() version_label.pack() ### Main-loop ### -worldsy.mainloop()
\ No newline at end of file +worldsy.mainloop() |