BUMP 4.5.0.dev0
This commit is contained in:
parent
0b843b76f6
commit
4af7a07618
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user