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