Skip to content

Commit f7f800f

Browse files
committed
BUMP 3.13.0.dev0
1 parent b420ae6 commit f7f800f

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, 12, 2)
102+
version_tuple = (3, 13, 0, '.dev0')
103103

104104
def get_version_string():
105105
if isinstance(version_tuple[-1], str):

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
except ImportError:
4444
_HAVE_SPHINX = False
4545

46-
version = "3.12.2"
46+
version = "3.13.0.dev0"
4747

4848
f = open("README.rst")
4949
try:

0 commit comments

Comments
 (0)