Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
eunwoo1104 committed Feb 14, 2021
1 parent e5157b8 commit fc35f76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion discord_slash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
from .context import SlashContext
from .utils import manage_commands

__version__ = "1.0.9"
__version__ = "1.0.9.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="discord-py-slash-command",
version="1.0.9",
version="1.0.9.1",
author="eunwoo1104",
author_email="sions04@naver.com",
description="A simple discord slash command handler for discord.py.",
Expand Down

0 comments on commit fc35f76

Please sign in to comment.