From 7d36cc836610dcb686597adb5f8e59782d0fa2c3 Mon Sep 17 00:00:00 2001 From: Michael H Date: Tue, 5 Nov 2019 05:53:29 -0500 Subject: [PATCH] 3.1.7 --- redbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/__init__.py b/redbot/__init__.py index fffb3af7c..2f62106d6 100644 --- a/redbot/__init__.py +++ b/redbot/__init__.py @@ -173,7 +173,7 @@ class VersionInfo: ) -__version__ = "3.1.6" +__version__ = "3.1.7" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning