BUMP 4.0.1.dev0

This commit is contained in:
Shane Harvey 2021-11-29 10:32:30 -08:00
parent 2c28149a30
commit e3d1d6f5b4
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ TEXT = "text"
.. _text index: http://docs.mongodb.org/manual/core/index-text/
"""
version_tuple = (4, 0)
version_tuple = (4, 0, 1, '.dev0')
def get_version_string():
if isinstance(version_tuple[-1], str):

View File

@ -36,7 +36,7 @@ except ImportError:
except ImportError:
_HAVE_SPHINX = False
version = "4.0"
version = "4.0.1.dev0"
f = open("README.rst")
try: