There was an error while loading. Please reload this page.
1 parent ad19a50 commit 2f69fbaCopy full SHA for 2f69fba
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.9+"
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