From bc04937a6a6986a3c852aa3cfc9bb12bc41c00f1 Mon Sep 17 00:00:00 2001 From: Kowlin Date: Tue, 18 Aug 2020 01:13:01 +0200 Subject: [PATCH] Actually change the version before release! (#4195) --- redbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/__init__.py b/redbot/__init__.py index 34a4ca525..63bf7c3ed 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.0.dev1" +__version__ = "3.4.0" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning