Skip to content

Commit

Permalink
BUMP 10.10.10.10
Browse files Browse the repository at this point in the history
Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com>
  • Loading branch information
mongodb-dbx-release-bot[bot] committed Jan 29, 2025
1 parent 78724cd commit 4ecf786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymongo/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import re
from typing import List, Tuple, Union

__version__ = "4.12.0.dev0"
__version__ = "10.10.10.10"


def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]:
Expand Down

2 comments on commit 4ecf786

@matemijolovic
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this expected? 😄

@blink1073
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, thanks for flagging. We removed the release on PyPI. This was a bug in our release test automation.

Please sign in to comment.