Skip to content

Commit

Permalink
Update to 3.3.7 (#3803)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kowlin committed Apr 28, 2020
1 parent ef35fc0 commit af7b0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def _update_event_loop_policy():
_asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy())


__version__ = "3.3.7.dev1"
__version__ = "3.3.7"
version_info = VersionInfo.from_str(__version__)

# Filter fuzzywuzzy slow sequence matcher warning
Expand Down

0 comments on commit af7b0e4

Please sign in to comment.