commit | ecb6fb95a2d34f33e6a52aae45eca920aa37e8c8 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sat Feb 10 01:24:50 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sat Feb 10 01:24:50 2001 +0000 |
tree | 78535cf117f79210b70f9bd6698b8750c84d4459 | |
parent | 6e025bcde84ec358734a116cefcc4acc357ee0b1 [diff] |
Bump __version__ tuple.
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 @@ # 0,9,7 9-Feb-2001 # string method conversion -__version__ = 0, 9, 6 +__version__ = 0, 9, 7 import types _FunctionType = types.FunctionType