diff --git a/ProjectLifer.py b/ProjectLifer.py index 413ec69..bf6b195 100644 --- a/ProjectLifer.py +++ b/ProjectLifer.py @@ -127,6 +127,6 @@ if __name__ == '__main__': root.columnconfigure(0, weight=1) root.rowconfigure(0, weight=1) root.minsize(700, 500) - root.title("ProjectLifer 1.0.0") + root.title("ProjectLifer 1.0.1") ProjectLiferFrame(root).grid(row=0, column=0, sticky=(N, S, E, W)) root.mainloop()