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