Skip to content

Commit

Permalink
BUMP 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Nov 17, 2022
1 parent 1edbfad commit 3d03276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymongo/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""Current version of PyMongo."""
from typing import Tuple, Union

version_tuple: Tuple[Union[int, str], ...] = (4, 4, 0, ".dev0")
version_tuple: Tuple[Union[int, str], ...] = (4, 3, 3)


def get_version_string() -> str:
Expand Down

0 comments on commit 3d03276

Please sign in to comment.