BUMP 4.4.2.dev0
This commit is contained in:
parent
aab9bcb4e1
commit
1e8d8612ad
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user