Bump __version__ tuple.

This commit is contained in:
Tim Peters 2001-02-10 01:24:50 +00:00
parent 6e025bcde8
commit ecb6fb95a2
1 changed files with 1 additions and 1 deletions

View 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