There was an error while loading. Please reload this page.
1 parent 068a32a commit fcb88eeCopy full SHA for fcb88ee
pymongo/__init__.py
@@ -39,7 +39,7 @@
39
"""Profile all operations."""
40
41
# Remember to change in setup.py as well!
42
-version = "2.0+"
+version = "2.0.1"
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