Skip to content

Commit 83ade52

Browse files
committed
bump to 4.2.0b0
1 parent a6ae852 commit 83ade52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymongo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
.. _text index: http://mongodb.com/docs/manual/core/index-text/
5656
"""
5757

58-
version_tuple: Tuple[Union[int, str], ...] = (4, 2, 0, ".dev1")
58+
version_tuple: Tuple[Union[int, str], ...] = (4, 2, 0, "b0")
5959

6060

6161
def get_version_string() -> str:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
except ImportError:
3535
_HAVE_SPHINX = False
3636

37-
version = "4.2.0.dev1"
37+
version = "4.2.0b0"
3838

3939
f = open("README.rst")
4040
try:

0 commit comments

Comments
 (0)