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 c142cce commit fb8ea58Copy full SHA for fb8ea58
motor/__init__.py
@@ -14,7 +14,7 @@
14
15
"""Motor, an asynchronous driver for MongoDB."""
16
17
-version_tuple = (3, 1, 0)
+version_tuple = (3, 2, 0, ".dev0")
18
19
20
def get_version_string():
0 commit comments