Skip to content

Commit

Permalink
BUMP 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibola committed Nov 1, 2023
1 parent a17e412 commit 8e25ce1
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 @@ -17,7 +17,7 @@

from typing import Tuple, Union

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


def get_version_string() -> str:
Expand Down

0 comments on commit 8e25ce1

Please sign in to comment.