BUMP 4.3.1

This commit is contained in:
Steven Silvester 2022-10-17 09:46:25 -05:00
parent 3eb316ed30
commit 1c9193f226
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, 3, 0)
version_tuple: Tuple[Union[int, str], ...] = (4, 3, 1)
def get_version_string() -> str:

View File

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