We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c17011a commit c27fa50Copy full SHA for c27fa50
pymongo/_version.py
@@ -18,7 +18,7 @@
18
import re
19
from typing import List, Tuple, Union
20
21
-__version__ = "4.11.1"
+__version__ = "4.11.2"
22
23
24
def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]:
0 commit comments