Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ecb6fb9

Browse files
committed
Bump __version__ tuple.
1 parent 6e025bc commit ecb6fb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/doctest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def _test():
348348
# 0,9,7 9-Feb-2001
349349
# string method conversion
350350

351-
__version__ = 0, 9, 6
351+
__version__ = 0, 9, 7
352352

353353
import types
354354
_FunctionType = types.FunctionType

0 commit comments

Comments
 (0)