Skip to content

Commit 398be02

Browse files
committed
BUMP 4.7.3
1 parent 839904f commit 398be02

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

2222

2323
def get_version_string() -> str:

0 commit comments

Comments
 (0)