Skip to content

Commit 449d0f3

Browse files
committed
BUMP to 4.6.3.dev0
1 parent e04576d commit 449d0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pymongo/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
from typing import Tuple, Union
1919

20-
version_tuple: Tuple[Union[int, str], ...] = (4, 6, 2)
20+
version_tuple: Tuple[Union[int, str], ...] = (4, 6, 3, ".dev0")
2121

2222

2323
def get_version_string() -> str:

0 commit comments

Comments
 (0)