BUMP 2.5.1

This commit is contained in:
behackett 2013-05-13 13:56:28 -07:00
parent 9d8e23c535
commit a9d14571b8
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, 5, '+')
version_tuple = (2, 5, 1)
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.5+"
version = "2.5.1"
f = open("README.rst")
try: