Skip to content

Commit

Permalink
BUMP 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 25, 2022
1 parent 32bcfe7 commit 4d2713c
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 = (3, 2, 0, ".dev0")
version_tuple = (3, 1, 1)


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 @@ -151,7 +151,7 @@ def run(self):

setup(
name="motor",
version="3.1.0.dev0",
version="3.1.1",
packages=packages,
description=description,
long_description=long_description,
Expand Down

0 comments on commit 4d2713c

Please sign in to comment.