Skip to content

Commit 1c9193f

Browse files
committed
BUMP 4.3.1
1 parent 3eb316e commit 1c9193f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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, 3, 0)
87+
version_tuple: Tuple[Union[int, str], ...] = (4, 3, 1)
8888

8989

9090
def get_version_string() -> str:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
except ImportError:
3535
_HAVE_SPHINX = False
3636

37-
version = "4.2.1.dev0"
37+
version = "4.3.1"
3838

3939
f = open("README.rst")
4040
try:

0 commit comments

Comments
 (0)