BUMP 2.4.2

This commit is contained in:
behackett 2013-01-23 16:47:41 -08:00
parent aec6c4fcb0
commit 5333d4b733
2 changed files with 2 additions and 2 deletions

View File

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