BUMP 4.2.0.dev1

This commit is contained in:
Shane Harvey 2022-04-13 13:28:42 -07:00
parent 8b3eaafb40
commit 109eaaff7b
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, 1, 1)
version_tuple: Tuple[Union[int, str], ...] = (4, 2, 0, ".dev1")
def get_version_string() -> str:

View File

@ -34,7 +34,7 @@ except ImportError:
except ImportError:
_HAVE_SPHINX = False
version = "4.1.1"
version = "4.2.0.dev1"
f = open("README.rst")
try: