Skip to content

Commit 8e25ce1

Browse files
committed
BUMP 4.6.0
1 parent a17e412 commit 8e25ce1

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
@@ -17,7 +17,7 @@
1717

1818
from typing import Tuple, Union
1919

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

2222

2323
def get_version_string() -> str:

0 commit comments

Comments
 (0)