BUMP 1.10.1

This commit is contained in:
behackett 2011-04-07 11:44:50 -07:00
parent 68abd1a813
commit ee3df8963d
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.10+"
version = "1.10.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.10+"
version = "1.10.1"
f = open("README.rst")
try: