From af7b0e4e1fcc1acde0a7f8214ae49f654c234f27 Mon Sep 17 00:00:00 2001 From: Kowlin Date: Tue, 28 Apr 2020 02:07:39 +0200 Subject: [PATCH] Update to 3.3.7 (#3803) --- redbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/__init__.py b/redbot/__init__.py index 7b2d490b827..98a8733ed73 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.7.dev1" +__version__ = "3.3.7" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning