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