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 3d03276 commit f92dd40Copy full SHA for f92dd40
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, 3, 3)
+version_tuple: Tuple[Union[int, str], ...] = (4, 4, 0, ".dev0")
19
20
21
def get_version_string() -> str:
0 commit comments