We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839904f commit 398be02Copy full SHA for 398be02
pymongo/_version.py
@@ -17,7 +17,7 @@
17
18
from typing import Tuple, Union
19
20
-version_tuple: Tuple[Union[int, str], ...] = (4, 7, 3, ".dev0")
+version_tuple: Tuple[Union[int, str], ...] = (4, 7, 3)
21
22
23
def get_version_string() -> str:
0 commit comments