Version -> +

This commit is contained in:
Bernie Hackett 2014-12-02 16:19:01 -08:00
parent 698e099969
commit 5c26dab41a
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, 8, 'rc1')
version_tuple = (2, 8, 'rc1+')
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.8rc1"
version = "2.8rc1+"
f = open("README.rst")
try: