Post rc0 changes

This commit is contained in:
Bernie Hackett 2015-08-14 13:38:12 -07:00
parent 17e04afebc
commit 2feba07edf
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ SLOW_ONLY = 1
ALL = 2
"""Profile all operations."""
version_tuple = (2, 9, "rc0")
version_tuple = (2, 9, "rc1.dev0")
def get_version_string():
if isinstance(version_tuple[-1], basestring):

View File

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