Skip to content

Commit 3eb316e

Browse files
committed
BUMP 4.3.0
1 parent f79b909 commit 3eb316e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
.. _text index: http://mongodb.com/docs/manual/core/index-text/
8585
"""
8686

87-
version_tuple: Tuple[Union[int, str], ...] = (4, 2, 1, ".dev0")
87+
version_tuple: Tuple[Union[int, str], ...] = (4, 3, 0)
8888

8989

9090
def get_version_string() -> str:

0 commit comments

Comments
 (0)