Skip to content

Commit

Permalink
BUMP 3.11.1.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneHarvey committed Jul 30, 2020
1 parent 9fa94db commit 316830d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pymongo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
ALL = 2
"""Profile all operations."""

version_tuple = (3, 11, 0)
version_tuple = (3, 11, 1, ".dev0")

def get_version_string():
if isinstance(version_tuple[-1], str):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
except ImportError:
_HAVE_SPHINX = False

version = "3.11.0"
version = "3.11.1.dev0"

f = open("README.rst")
try:
Expand Down

0 comments on commit 316830d

Please sign in to comment.