Skip to content

Commit c91d661

Browse files
committed
Version Up
1 parent 3cd1ecc commit c91d661

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ test3.py
66
docs/_build
77
slash.log
88
test
9+
__*.py

discord_slash/__init__.py

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

15-
__version__ = "1.0.8"
15+
__version__ = "1.0.9"

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.8",
8+
version="1.0.9",
99
author="eunwoo1104",
1010
author_email="sions04@naver.com",
1111
description="Simple Discord Slash Command extension for discord.py.",

0 commit comments

Comments
 (0)