Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
eunwoo1104 committed Dec 18, 2020
1 parent ebc8c52 commit 582d3f7
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 @@ -12,4 +12,4 @@
from .model import SlashContext
from .utils import manage_commands

__version__ = "1.0.4"
__version__ = "1.0.4f"
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.4",
version="1.0.4f",
author="eunwoo1104",
author_email="sions04@naver.com",
description="Simple Discord Slash Command extension for discord.py.",
Expand Down

0 comments on commit 582d3f7

Please sign in to comment.