From 54bbdd61e187dd018474c53df3248f3e1ed8469a Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Tue, 16 Feb 2021 20:43:18 +0100 Subject: [PATCH] Version bump to 3.4.7.dev1 (#4825) * Version bump to 3.4.6 * Version bump to 3.4.7.dev1 --- redbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/__init__.py b/redbot/__init__.py index 1be105d8f..bf09abf3b 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.6" +__version__ = "3.4.7.dev1" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning