bump to 4.2.0b0

This commit is contained in:
Steven Silvester 2022-06-07 20:24:12 -04:00
parent a6ae852c36
commit bc04e45811
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: