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