Update spec version number.

This commit is contained in:
Raymond Hettinger 2009-04-27 21:12:27 +00:00
parent f2651e193c
commit a016debad0
1 changed files with 1 additions and 1 deletions

View File

@ -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