From b496ebfba8396e680596aecff3b6ad0560608f06 Mon Sep 17 00:00:00 2001 From: Kowlin Date: Tue, 27 Oct 2020 20:47:45 +0100 Subject: [PATCH] 3.4.1 bump (#4548) --- redbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/__init__.py b/redbot/__init__.py index f708e97ef..3f6848da0 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.4.1.dev1" +__version__ = "3.4.1" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning