diff --git a/redbot/__init__.py b/redbot/__init__.py index 98863f8e2..9250eca4a 100644 --- a/redbot/__init__.py +++ b/redbot/__init__.py @@ -214,7 +214,7 @@ def _early_init(): _ensure_no_colorama() -__version__ = "3.4.16" +__version__ = "3.4.17.dev1" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning