From 3aab38a3d8c6d3773b3544a96db5a7e99e37db2b Mon Sep 17 00:00:00 2001 From: AbyxDev Date: Tue, 4 Jan 2022 01:31:14 -0500 Subject: [PATCH] Bump version --- discord/ext/slash/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/ext/slash/__init__.py b/discord/ext/slash/__init__.py index b0aec1d..7d338d1 100644 --- a/discord/ext/slash/__init__.py +++ b/discord/ext/slash/__init__.py @@ -85,7 +85,7 @@ async def repeat( # command name 'SlashBot' ] -__version__ = '0.9.1' +__version__ = '0.9.2' class SlashWarning(UserWarning): """:mod:`discord.ext.slash`-specific warning type."""