We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc3587 commit 127d062Copy full SHA for 127d062
1 file changed
about.py
@@ -20,7 +20,7 @@ def __init__(self, parent):
20
self.about_txt.BeginBold()
21
self.about_txt.WriteText("Version: ")
22
self.about_txt.EndBold()
23
- self.about_txt.WriteText("3.8\n")
+ self.about_txt.WriteText("3.9\n")
24
25
26
self.about_txt.WriteText("Platform: ")
0 commit comments