Skip to content

Commit 27a009b

Browse files
committed
BUMP 3.13.0
1 parent b50358d commit 27a009b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymongo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
Deprecated
100100
"""
101101

102-
version_tuple = (3, 13, 0, ".dev0")
102+
version_tuple = (3, 13, 0)
103103

104104

105105
def get_version_string():

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
except ImportError:
4646
_HAVE_SPHINX = False
4747

48-
version = "3.13.0.dev0"
48+
version = "3.13.0"
4949

5050
f = open("README.rst")
5151
try:

0 commit comments

Comments
 (0)