We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2cd38 commit 0e429b9Copy full SHA for 0e429b9
motor/_version.py
@@ -16,7 +16,7 @@
16
import re
17
from typing import List, Tuple, Union
18
19
-__version__ = "3.5.0.dev0"
+__version__ = "3.5.0rc0"
20
21
22
def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]:
0 commit comments