From 0efc65b1ba79d081fa2fa2399b72e63e787328ed Mon Sep 17 00:00:00 2001 From: Kenny2github Date: Fri, 15 Jan 2021 01:07:51 +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 76feac7..3f2e510 100644 --- a/discord/ext/slash/__init__.py +++ b/discord/ext/slash/__init__.py @@ -61,7 +61,7 @@ async def repeat( # command name import discord from discord.ext import commands -__version__ = '0.1.3' +__version__ = '0.1.4' class ApplicationCommandOptionType(IntEnum): """Possible option types. Default is ``STRING``."""