Skip to content

Commit

Permalink
Fix incorrect version name
Browse files Browse the repository at this point in the history
  • Loading branch information
eunwoo1104 committed Dec 18, 2020
1 parent 582d3f7 commit 66deebf
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.4f"
__version__ = "1.0.4.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.4f",
version="1.0.4.1",
author="eunwoo1104",
author_email="[email protected]",
description="Simple Discord Slash Command extension for discord.py.",
Expand Down

0 comments on commit 66deebf

Please sign in to comment.