Skip to content

Commit bed7504

Browse files
committed
BUMP 4.3.2
1 parent 5dec361 commit bed7504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"""Current version of PyMongo."""
1616
from typing import Tuple, Union
1717

18-
version_tuple: Tuple[Union[int, str], ...] = (4, 3, 1)
18+
version_tuple: Tuple[Union[int, str], ...] = (4, 3, 2)
1919

2020

2121
def get_version_string() -> str:

0 commit comments

Comments
 (0)