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