diff options
| author | Fuwn <[email protected]> | 2021-02-10 13:59:12 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-10 13:59:12 -0800 |
| commit | 6ea4874673a9d562abe596d74f9a10f104a2013e (patch) | |
| tree | b5e80cd2fd220ee5a6ce7150c29ce79c9c26a04a /worldsy.py | |
| parent | fix: icon path in `build.bat`. (diff) | |
| download | worldsy-6ea4874673a9d562abe596d74f9a10f104a2013e.tar.xz worldsy-6ea4874673a9d562abe596d74f9a10f104a2013e.zip | |
fix: change version number.1.0.1
Diffstat (limited to 'worldsy.py')
| -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() |