From 2d22ee7ccc734fecaf5bffb82dc63da4cec70120 Mon Sep 17 00:00:00 2001 From: Michael H Date: Wed, 15 May 2019 01:30:52 -0400 Subject: [PATCH] :tada: (#2673) --- redbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/__init__.py b/redbot/__init__.py index d2cd6b687..42dbf140e 100644 --- a/redbot/__init__.py +++ b/redbot/__init__.py @@ -174,7 +174,7 @@ class VersionInfo: ) -__version__ = "3.0.2" +__version__ = "3.1.0" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning