From: Tim Peters Date: Sat, 10 Feb 2001 01:24:50 +0000 (+0000) Subject: Bump __version__ tuple. X-Git-Tag: v2.1b1~418 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ecb6fb95a2d34f33e6a52aae45eca920aa37e8c8;p=thirdparty%2FPython%2Fcpython.git Bump __version__ tuple. --- diff --git a/Lib/doctest.py b/Lib/doctest.py index 7b4e3fe1aac5..10b0767196d9 100644 --- a/Lib/doctest.py +++ b/Lib/doctest.py @@ -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