From 83ade52b1b7eef0ed526a3180b507338dd6c74b2 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 7 Jun 2022 20:24:12 -0400 Subject: [PATCH] bump to 4.2.0b0 --- pymongo/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pymongo/__init__.py b/pymongo/__init__.py index 801d466c2..62139dac1 100644 --- a/pymongo/__init__.py +++ b/pymongo/__init__.py @@ -55,7 +55,7 @@ TEXT = "text" .. _text index: http://mongodb.com/docs/manual/core/index-text/ """ -version_tuple: Tuple[Union[int, str], ...] = (4, 2, 0, ".dev1") +version_tuple: Tuple[Union[int, str], ...] = (4, 2, 0, "b0") def get_version_string() -> str: diff --git a/setup.py b/setup.py index 655cc5ea0..0d77c7c72 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ except ImportError: except ImportError: _HAVE_SPHINX = False -version = "4.2.0.dev1" +version = "4.2.0b0" f = open("README.rst") try: