Skip to content

Commit

Permalink
BUMP 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneHarvey committed Nov 29, 2021
1 parent 7de879a commit 2c28149
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 @@ -53,7 +53,7 @@
.. _text index: http://docs.mongodb.org/manual/core/index-text/
"""

version_tuple = (4, 0, '.dev0')
version_tuple = (4, 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 @@ -36,7 +36,7 @@
except ImportError:
_HAVE_SPHINX = False

version = "4.0.dev0"
version = "4.0"

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

0 comments on commit 2c28149

Please sign in to comment.