From 3b0567d261b3fbc951a0b52ce66a9e1c485e9c17 Mon Sep 17 00:00:00 2001 From: Michael H Date: Sun, 14 Jul 2019 00:17:44 -0400 Subject: [PATCH] bump (#2864) --- redbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/__init__.py b/redbot/__init__.py index 162ed6ba0..48ad1d33d 100644 --- a/redbot/__init__.py +++ b/redbot/__init__.py @@ -174,7 +174,7 @@ class VersionInfo: ) -__version__ = "3.1.2" +__version__ = "3.1.3" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning