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