From 635110eec12c1ef2ec39eda668417c69cafa8fce Mon Sep 17 00:00:00 2001 From: Kenny2github Date: Wed, 28 Apr 2021 17:50:09 +0800 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 3c697d4..bc73382 100644 --- a/discord/ext/slash/__init__.py +++ b/discord/ext/slash/__init__.py @@ -79,7 +79,7 @@ async def repeat( # command name 'SlashBot' ] -__version__ = '0.6.1' +__version__ = '0.6.2' class SlashWarning(UserWarning): """Watch out, this may cause problems down the line."""