]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump __version__ tuple.
authorTim Peters <tim.peters@gmail.com>
Sat, 10 Feb 2001 01:24:50 +0000 (01:24 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 10 Feb 2001 01:24:50 +0000 (01:24 +0000)
Lib/doctest.py

index 7b4e3fe1aac548991592ac04e8b714e8498e086f..10b0767196d9a466e309f75c1c7a20fedc190352 100644 (file)
@@ -348,7 +348,7 @@ Test passed.
 # 0,9,7    9-Feb-2001
 #    string method conversion
 
-__version__ = 0, 9, 6
+__version__ = 0, 9, 7
 
 import types
 _FunctionType = types.FunctionType