From fa00314b777840c565304b41171e9f5094d9276f Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Fri, 12 Jun 2020 01:24:06 +0200 Subject: [PATCH] Bump to 3.3.9 (#3959) --- redbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/__init__.py b/redbot/__init__.py index 5299e2e9b18..93cbc2c15c0 100644 --- a/redbot/__init__.py +++ b/redbot/__init__.py @@ -191,7 +191,7 @@ def _update_event_loop_policy(): _asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy()) -__version__ = "3.3.9.dev1" +__version__ = "3.3.9" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning