From 13ca9a6c2e81c087fde1be8a2c0575240af3ab66 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Tue, 17 Nov 2020 00:11:43 +0100 Subject: [PATCH] Version bump to 3.4.4.dev1 (#4616) Kowlin would want me to admin merge this, so let's just do it. --- redbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/__init__.py b/redbot/__init__.py index 06f67c0f3..eaf73a2d7 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.3" +__version__ = "3.4.4.dev1" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning