Skip to content

Commit fc35f76

Browse files
committed
Version up
1 parent e5157b8 commit fc35f76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

discord_slash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
from .context import SlashContext
1414
from .utils import manage_commands
1515

16-
__version__ = "1.0.9"
16+
__version__ = "1.0.9.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="discord-py-slash-command",
8-
version="1.0.9",
8+
version="1.0.9.1",
99
author="eunwoo1104",
1010
author_email="sions04@naver.com",
1111
description="A simple discord slash command handler for discord.py.",

0 commit comments

Comments
 (0)