We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a86105 commit 622bd70Copy full SHA for 622bd70
PyDOS.py
@@ -56,7 +56,7 @@ def PyDOS():
56
global envVars
57
if "envVars" not in globals().keys():
58
envVars = {}
59
- _VER = "1.09"
+ _VER = "1.10"
60
if implementation.name.upper() == "CPYTHON":
61
slh = '\\'
62
else:
0 commit comments