Skip to content

Commit b473a2c

Browse files
committed
Version Up
1 parent e950add commit b473a2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

discord_slash/__init__.py

+1-1
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.2.0"
16+
__version__ = "1.2.1"

setup.py

+1-1
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.2.0",
8+
version="1.2.1",
99
author="eunwoo1104",
1010
author_email="[email protected]",
1111
description="A simple discord slash command handler for discord.py.",

0 commit comments

Comments
 (0)