BUMP 4.4.2.dev0

This commit is contained in:
Shane Harvey 2023-07-12 14:02:56 -04:00
parent aab9bcb4e1
commit 1e8d8612ad

View File

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