BUMP 4.4.0.dev0
This commit is contained in:
parent
3d032768a0
commit
f92dd40c86
@ -15,7 +15,7 @@
|
||||
"""Current version of PyMongo."""
|
||||
from typing import Tuple, Union
|
||||
|
||||
version_tuple: Tuple[Union[int, str], ...] = (4, 3, 3)
|
||||
version_tuple: Tuple[Union[int, str], ...] = (4, 4, 0, ".dev0")
|
||||
|
||||
|
||||
def get_version_string() -> str:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user