Skip to content

Commit 46f860c

Browse files
committed
BUMP 3.7.1
1 parent bc13d4b commit 46f860c

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
@@ -64,7 +64,7 @@
6464
ALL = 2
6565
"""Profile all operations."""
6666

67-
version_tuple = (3, 7, 1, '.dev0')
67+
version_tuple = (3, 7, 1)
6868

6969
def get_version_string():
7070
if isinstance(version_tuple[-1], 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 = "3.7.1.dev0"
37+
version = "3.7.1"
3838

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

0 commit comments

Comments
 (0)