From 30c1adfe5bb1a9a02a47c090f2fe61a05ee01d52 Mon Sep 17 00:00:00 2001 From: Kowlin Date: Fri, 29 May 2020 01:11:02 +0200 Subject: [PATCH] Bump to 3.3.8 (#3874) --- redbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/__init__.py b/redbot/__init__.py index deda5e94292..60c9ba08e41 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.8.dev1" +__version__ = "3.3.8" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning