Skip to content

Commit 4758f1f

Browse files
committed
BUMP 4.8.0.dev0
1 parent 0841039 commit 4758f1f

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
@@ -17,7 +17,7 @@
1717

1818
from typing import Tuple, Union
1919

20-
version_tuple: Tuple[Union[int, str], ...] = (4, 7, 1)
20+
version_tuple: Tuple[Union[int, str], ...] = (4, 8, 0, ".dev0")
2121

2222

2323
def get_version_string() -> str:

0 commit comments

Comments
 (0)