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