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