From 6133075fd60a976d7dab54a1b70ed3bb2ef959df Mon Sep 17 00:00:00 2001 From: Kowlin Date: Thu, 24 Dec 2020 17:40:13 +0100 Subject: [PATCH] Bump version to 3.4.6.dev1 (#4691) --- redbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/__init__.py b/redbot/__init__.py index 110b92653..340cbd4d5 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.5" +__version__ = "3.4.6.dev1" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning