mirror of https://github.com/python/cpython
Update spec version number.
This commit is contained in:
parent
f2651e193c
commit
a016debad0
|
@ -134,7 +134,7 @@ __all__ = [
|
|||
'setcontext', 'getcontext', 'localcontext'
|
||||
]
|
||||
|
||||
__version__ = '1.68' # Highest version of the spec this complies with
|
||||
__version__ = '1.70' # Highest version of the spec this complies with
|
||||
|
||||
import copy as _copy
|
||||
import math as _math
|
||||
|
|
Loading…
Reference in New Issue