Skip to content

Commit b36b254

Browse files
committed
Merge branch 'master' of github.com:mongodb/mongo-python-driver
2 parents 7814f1a + 9603e92 commit b36b254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import re
1919
from typing import List, Tuple, Union
2020

21-
__version__ = "4.12.0.dev0"
21+
__version__ = "10.10.11.dev0"
2222

2323

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

0 commit comments

Comments
 (0)