Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny2github committed Jan 18, 2021
1 parent accdd9f commit 7c73438
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 @@ -62,7 +62,7 @@ async def repeat( # command name
import discord
from discord.ext import commands

__version__ = '0.1.4'
__version__ = '0.2.0'

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

0 comments on commit 7c73438

Please sign in to comment.