Skip to content

Commit 5ec01ca

Browse files
committed
BUMP 3.11.0b0
1 parent 0c5d24c commit 5ec01ca

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

67-
version_tuple = (3, 11, 0, '.dev1')
67+
version_tuple = (3, 11, 0, 'b0')
6868

6969
def get_version_string():
7070
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.dev1"
42+
version = "3.11.0b0"
4343

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

0 commit comments

Comments
 (0)