We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dec361 commit bed7504Copy full SHA for bed7504
pymongo/_version.py
@@ -15,7 +15,7 @@
15
"""Current version of PyMongo."""
16
from typing import Tuple, Union
17
18
-version_tuple: Tuple[Union[int, str], ...] = (4, 3, 1)
+version_tuple: Tuple[Union[int, str], ...] = (4, 3, 2)
19
20
21
def get_version_string() -> str:
0 commit comments