Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUMP 4.6.0
Browse files Browse the repository at this point in the history
Jibola committed Nov 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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:

0 comments on commit 8e25ce1

Please sign in to comment.