Skip to content

Commit

Permalink
BUMP 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneHarvey committed Dec 10, 2019
1 parent 2e36161 commit 25a9b98
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 @@ -64,7 +64,7 @@
ALL = 2
"""Profile all operations."""

version_tuple = (3, 10, 0, '.dev0')
version_tuple = (3, 10, 0)

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.10.0.dev0"
version = "3.10.0"

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

0 comments on commit 25a9b98

Please sign in to comment.