diff --git a/redbot/__init__.py b/redbot/__init__.py index 42596a27b..651f0315b 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.1.8" +__version__ = "3.2.0" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning diff --git a/setup.cfg b/setup.cfg index e2fbbfa4e..5040e8a1c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,9 +30,7 @@ install_requires = aiohttp-json-rpc==0.12.1 aiosqlite==0.11.0 appdirs==1.4.3 - # No source_dist for apsw-wheels rn, consider changing later. - apsw-wheels==3.30.1.post1; platform_machine != "aarch64" - reddist-apsw==3.30.1.post1; platform_machine == "aarch64" + apsw-wheels==3.30.1.post3 async-timeout==3.0.1 attrs==19.3.0 Babel==2.8.0