There was an error while loading. Please reload this page.
1 parent 6baba92 commit e959aadCopy full SHA for e959aad
pymongo/__init__.py
@@ -77,7 +77,7 @@
77
ALL = 2
78
"""Profile all operations."""
79
80
-version_tuple = (2, 7, '+')
+version_tuple = (2, 7, 1)
81
82
def get_version_string():
83
if isinstance(version_tuple[-1], basestring):
setup.py
@@ -33,7 +33,7 @@
33
from distutils.errors import DistutilsPlatformError, DistutilsExecError
34
from distutils.core import Extension
35
36
-version = "2.7+"
+version = "2.7.1"
37
38
f = open("README.rst")
39
try:
0 commit comments