Skip to content

Commit 251d2a0

Browse files
BUMP 3.7.0
Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com>
1 parent 381fdfb commit 251d2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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.6.2.dev0"
19+
__version__ = "3.7.0"
2020

2121

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

0 commit comments

Comments
 (0)