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 e5157b8 commit fc35f76Copy full SHA for fc35f76
discord_slash/__init__.py
@@ -13,4 +13,4 @@
13
from .context import SlashContext
14
from .utils import manage_commands
15
16
-__version__ = "1.0.9"
+__version__ = "1.0.9.1"
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="discord-py-slash-command",
8
- version="1.0.9",
+ version="1.0.9.1",
9
author="eunwoo1104",
10
author_email="sions04@naver.com",
11
description="A simple discord slash command handler for discord.py.",
0 commit comments