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 f79b909 commit 3eb316eCopy full SHA for 3eb316e
pymongo/__init__.py
@@ -84,7 +84,7 @@
84
.. _text index: http://mongodb.com/docs/manual/core/index-text/
85
"""
86
87
-version_tuple: Tuple[Union[int, str], ...] = (4, 2, 1, ".dev0")
+version_tuple: Tuple[Union[int, str], ...] = (4, 3, 0)
88
89
90
def get_version_string() -> str:
0 commit comments