Skip to content

Commit

Permalink
Version bump to 3.4.3 (#4614)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen authored Nov 16, 2020
1 parent b7b21a0 commit f1c5f4a
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.4.3.dev1"
__version__ = "3.4.3"
version_info = VersionInfo.from_str(__version__)

# Filter fuzzywuzzy slow sequence matcher warning
Expand Down

0 comments on commit f1c5f4a

Please sign in to comment.