Skip to content

Commit 3d03276

Browse files
committed
BUMP 4.3.3
1 parent 1edbfad commit 3d03276

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, 4, 0, ".dev0")
18+
version_tuple: Tuple[Union[int, str], ...] = (4, 3, 3)
1919

2020

2121
def get_version_string() -> str:

0 commit comments

Comments
 (0)