diff --git a/redbot/__init__.py b/redbot/__init__.py index 0ae610154..8f152f606 100644 --- a/redbot/__init__.py +++ b/redbot/__init__.py @@ -156,7 +156,7 @@ class VersionInfo: ) -__version__ = "3.0.0" +__version__ = "3.0.1" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning