BUMP 2.7rc0

This commit is contained in:
Bernie Hackett 2014-02-14 13:11:49 -08:00
parent ea18bdc1e0
commit 196e79a465
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ SLOW_ONLY = 1
ALL = 2
"""Profile all operations."""
version_tuple = (2, 6, '+')
version_tuple = (2, 7, 'rc0')
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.6+"
version = "2.7rc0"
f = open("README.rst")
try: