Version -> +

This commit is contained in:
behackett 2012-05-01 15:31:19 -07:00
parent ddf523d8ec
commit 55d8e1163f
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ class ReadPreference:
SECONDARY = 1
SECONDARY_ONLY = 2
version_tuple = (2, 2)
version_tuple = (2, 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.2"
version = "2.2+"
f = open("README.rst")
try: