Skip to content

Commit fb67b5f

Browse files
BUMP 3.5.0.dev2
Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com>
1 parent 0967365 commit fb67b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

motor/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import re
1717
from typing import List, Tuple, Union
1818

19-
__version__ = "3.5.0rc2"
19+
__version__ = "3.5.0.dev2"
2020

2121

2222
def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]:

0 commit comments

Comments
 (0)