Skip to content

Commit 316830d

Browse files
committed
BUMP 3.11.1.dev0
1 parent 9fa94db commit 316830d

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
@@ -74,7 +74,7 @@
7474
ALL = 2
7575
"""Profile all operations."""
7676

77-
version_tuple = (3, 11, 0)
77+
version_tuple = (3, 11, 1, ".dev0")
7878

7979
def get_version_string():
8080
if isinstance(version_tuple[-1], str):

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
except ImportError:
4040
_HAVE_SPHINX = False
4141

42-
version = "3.11.0"
42+
version = "3.11.1.dev0"
4343

4444
f = open("README.rst")
4545
try:

0 commit comments

Comments
 (0)