We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f4d5c commit f38dfd6Copy full SHA for f38dfd6
pymongo/_version.py
@@ -17,7 +17,7 @@
17
18
from typing import Tuple, Union
19
20
-version_tuple: Tuple[Union[int, str], ...] = (4, 7, 2)
+version_tuple: Tuple[Union[int, str], ...] = (4, 7, 3, ".dev0")
21
22
23
def get_version_string() -> str:
0 commit comments