We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1bcb0 commit 706aef8Copy full SHA for 706aef8
pymongo/__init__.py
@@ -70,7 +70,7 @@
70
ALL = 2
71
"""Profile all operations."""
72
73
-version_tuple = (3, 0, "b1")
+version_tuple = (3, 0, "b1.post0")
74
75
def get_version_string():
76
if isinstance(version_tuple[-1], str):
setup.py
@@ -26,7 +26,7 @@
26
from distutils.errors import DistutilsPlatformError, DistutilsExecError
27
from distutils.core import Extension
28
29
-version = "3.0b1"
+version = "3.0b1.post0"
30
31
f = open("README.rst")
32
try:
0 commit comments