We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81af65f commit 86933a3Copy full SHA for 86933a3
discord_slash/__init__.py
@@ -13,4 +13,4 @@
13
from .context import SlashContext
14
from .utils import manage_commands
15
16
-__version__ = "1.1.1"
+__version__ = "1.1.2"
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="discord-py-slash-command",
8
- version="1.1.1",
+ version="1.1.2",
9
author="eunwoo1104",
10
author_email="sions04@naver.com",
11
description="A simple discord slash command handler for discord.py.",
0 commit comments