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 9065e68 commit b1df705Copy full SHA for b1df705
motor/_version.py
@@ -16,7 +16,7 @@
16
import re
17
from typing import List, Tuple, Union
18
19
-__version__ = "3.6.0.dev0"
+__version__ = "3.5.1"
20
21
22
def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]:
0 commit comments