BUMP 4.2.1.dev0

This commit is contained in:
Shane Harvey 2022-07-20 08:37:16 -07:00
parent 9bc134cf61
commit e192c7f85e
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ TEXT = "text"
.. _text index: http://mongodb.com/docs/manual/core/index-text/
"""
version_tuple: Tuple[Union[int, str], ...] = (4, 2, 0)
version_tuple: Tuple[Union[int, str], ...] = (4, 2, 1, ".dev0")
def get_version_string() -> str:

View File

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