Skip to content

Commit

Permalink
BUMP 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Apr 28, 2022
1 parent 69e1bae commit 6a43c05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion motor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"""Motor, an asynchronous driver for MongoDB."""

version_tuple = (2, 5, 2, "dev0")
version_tuple = (3, 0, 0, "0")


def get_version_string():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def run(self):

setup(
name="motor",
version="2.5.2.dev0",
version="3.0.0",
packages=packages,
description=description,
long_description=long_description,
Expand Down

0 comments on commit 6a43c05

Please sign in to comment.