Skip to content

Commit cd0316a

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

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.0.dev2"
19+
__version__ = "3.5.0"
2020

2121

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

0 commit comments

Comments
 (0)