There was an error while loading. Please reload this page.
1 parent 17e3683 commit 100a069Copy full SHA for 100a069
pymongo/__init__.py
@@ -70,7 +70,7 @@
70
ALL = 2
71
"""Profile all operations."""
72
73
-version_tuple = (3, 4, "rc0")
+version_tuple = (3, 4, "rc1.dev0")
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.4rc0"
+version = "3.4rc1.dev0"
30
31
f = open("README.rst")
32
try:
0 commit comments