This commit is contained in:
behackett 2012-08-29 11:03:20 -07:00
parent 210b6a1b04
commit c2bb04ba5a
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ SLOW_ONLY = 1
ALL = 2
"""Profile all operations."""
version_tuple = (2, 3, 'rc1+')
version_tuple = (2, 3)
def get_version_string():
if isinstance(version_tuple[-1], basestring):

View File

@ -31,7 +31,7 @@ from distutils.errors import CCompilerError
from distutils.errors import DistutilsPlatformError, DistutilsExecError
from distutils.core import Extension
version = "2.3rc1+"
version = "2.3"
f = open("README.rst")
try: