BUMP 4.5.0.dev0

This commit is contained in:
Julius Park 2023-01-25 14:13:17 -08:00
parent 0b843b76f6
commit 4af7a07618

View File

@ -15,7 +15,7 @@
"""Current version of PyMongo."""
from typing import Tuple, Union
version_tuple: Tuple[Union[int, str], ...] = (4, 4, 0, "b0")
version_tuple: Tuple[Union[int, str], ...] = (4, 5, 0, ".dev0")
def get_version_string() -> str: