Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny2github committed Jan 14, 2021
1 parent cfdff74 commit 0efc65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/ext/slash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ async def repeat( # command name
import discord
from discord.ext import commands

__version__ = '0.1.3'
__version__ = '0.1.4'

class ApplicationCommandOptionType(IntEnum):
"""Possible option types. Default is ``STRING``."""
Expand Down

0 comments on commit 0efc65b

Please sign in to comment.