From ecb6fb95a2d34f33e6a52aae45eca920aa37e8c8 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sat, 10 Feb 2001 01:24:50 +0000 Subject: Bump __version__ tuple. --- Lib/doctest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/doctest.py b/Lib/doctest.py index 7b4e3fe..10b0767 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 -- cgit v0.12