From ebd157ab673d8e168945feb2faedcbb98d944c4c Mon Sep 17 00:00:00 2001 From: AbyxDev Date: Sun, 16 Jan 2022 02:25:52 -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 2de88dd..faa4179 100644 --- a/discord/ext/slash/__init__.py +++ b/discord/ext/slash/__init__.py @@ -109,4 +109,4 @@ async def repeat( # command name 'SlashBot' ] -__version__ = '1.0.0b2' +__version__ = '1.0.0b3'