mirror of https://github.com/python/cpython.git
Bump __version__ tuple.
This commit is contained in:
parent
6e025bcde8
commit
ecb6fb95a2
|
@ -348,7 +348,7 @@ def _test():
|
|||
# 0,9,7 9-Feb-2001
|
||||
# string method conversion
|
||||
|
||||
__version__ = 0, 9, 6
|
||||
__version__ = 0, 9, 7
|
||||
|
||||
import types
|
||||
_FunctionType = types.FunctionType
|
||||
|
|
Loading…
Reference in New Issue