diff --git a/pymongo/__init__.py b/pymongo/__init__.py index 1b5d8abfc..a1624a49b 100644 --- a/pymongo/__init__.py +++ b/pymongo/__init__.py @@ -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: diff --git a/setup.py b/setup.py index d895bf7de..6b2377566 100755 --- a/setup.py +++ b/setup.py @@ -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: