Merge branch 'master' of github.com:mongodb/mongo-python-driver
This commit is contained in:
commit
b36b254909
@ -18,7 +18,7 @@ from __future__ import annotations
|
||||
import re
|
||||
from typing import List, Tuple, Union
|
||||
|
||||
__version__ = "4.12.0.dev0"
|
||||
__version__ = "10.10.11.dev0"
|
||||
|
||||
|
||||
def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user