We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e690ab3 commit d065419Copy full SHA for d065419
1 file changed
MKOB.pyw
@@ -34,7 +34,7 @@ import tkinter as tk
34
import sys
35
from mkobwindow import MKOBWindow
36
37
-VERSION = "4.1.0"
+VERSION = "4.1.1"
38
MKOB_VERSION_TEXT = "MKOB " + VERSION
39
print(MKOB_VERSION_TEXT)
40
print("Tcl/Tk {}/{}".format(tk.TclVersion, tk.TkVersion))
0 commit comments