There was an error while loading. Please reload this page.
1 parent 2ce815e commit d0c5441Copy full SHA for d0c5441
pymongo/__init__.py
@@ -39,7 +39,7 @@
39
"""Profile all operations."""
40
41
# Remember to change in setup.py as well!
42
-version = "1.9+"
+version = "1.10"
43
"""Current version of PyMongo."""
44
45
Connection = PyMongo_Connection
setup.py
@@ -20,7 +20,7 @@
20
from distutils.core import Extension
21
22
# Remember to change in pymongo/__init__.py as well!
23
24
25
f = open("README.rst")
26
try:
0 commit comments