Skip to content

Commit

Permalink
bump to 4.2.0b0
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jun 8, 2022
1 parent a6ae852 commit 83ade52
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 @@ -55,7 +55,7 @@
.. _text index: http://mongodb.com/docs/manual/core/index-text/
"""

version_tuple: Tuple[Union[int, str], ...] = (4, 2, 0, ".dev1")
version_tuple: Tuple[Union[int, str], ...] = (4, 2, 0, "b0")


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

version = "4.2.0.dev1"
version = "4.2.0b0"

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

0 comments on commit 83ade52

Please sign in to comment.