We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97de13 commit 15daf5cCopy full SHA for 15daf5c
1 file changed
stdlib/src/tkinter.rs
@@ -8,7 +8,7 @@ mod _tkinter {
8
use tk::cmd::*;
9
10
#[pyattr]
11
- const TK_VERSION: &str = "8.6.12";
+ const TK_VERSION: &str = "8.6";
12
13
const TCL_VERSION: &str = "8.6";
14
0 commit comments