We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de879a commit 2c28149Copy full SHA for 2c28149
pymongo/__init__.py
@@ -53,7 +53,7 @@
53
.. _text index: http://docs.mongodb.org/manual/core/index-text/
54
"""
55
56
-version_tuple = (4, 0, '.dev0')
+version_tuple = (4, 0)
57
58
def get_version_string():
59
if isinstance(version_tuple[-1], str):
setup.py
@@ -36,7 +36,7 @@
36
except ImportError:
37
_HAVE_SPHINX = False
38
39
-version = "4.0.dev0"
+version = "4.0"
40
41
f = open("README.rst")
42
try:
0 commit comments