version -> +

This commit is contained in:
Mike Dirolf 2010-08-13 11:12:18 -04:00
parent c3808a65e7
commit cd329b20e1
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ ALL = 2
"""Profile all operations."""
# Remember to change in setup.py as well!
version = "1.8.1"
version = "1.8.1+"
"""Current version of PyMongo."""
Connection = PyMongo_Connection

View File

@ -20,7 +20,7 @@ from distutils.errors import DistutilsPlatformError, DistutilsExecError
from distutils.core import Extension
# Remember to change in pymongo/__init__.py as well!
version = "1.8.1"
version = "1.8.1+"
f = open("README.rst")
try: