Skip to content

Commit 37ffcf7

Browse files
committed
Commit __version__ change.
1 parent 34e4f52 commit 37ffcf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/Python-ast.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3126,7 +3126,7 @@ init_ast(void)
31263126
if (PyDict_SetItemString(d, "AST", (PyObject*)AST_type) < 0) return;
31273127
if (PyModule_AddIntConstant(m, "PyCF_ONLY_AST", PyCF_ONLY_AST) < 0)
31283128
return;
3129-
if (PyModule_AddStringConstant(m, "__version__", "52491") < 0)
3129+
if (PyModule_AddStringConstant(m, "__version__", "53170") < 0)
31303130
return;
31313131
if (PyDict_SetItemString(d, "mod", (PyObject*)mod_type) < 0) return;
31323132
if (PyDict_SetItemString(d, "Module", (PyObject*)Module_type) < 0)

0 commit comments

Comments
 (0)