diff --git a/redbot/__init__.py b/redbot/__init__.py index 651f0315b..ab642615f 100644 --- a/redbot/__init__.py +++ b/redbot/__init__.py @@ -193,7 +193,7 @@ def _update_event_loop_policy(): _asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy()) -__version__ = "3.2.0" +__version__ = "3.2.1.dev1" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning