Bump version to reflect starboard changes

This commit is contained in:
Zeva Rose 2021-06-30 23:44:23 -06:00
parent 0eb1b05d4b
commit 4422e588b0

View file

@ -19,7 +19,7 @@ restart_ctx = None
jarvis = commands.Bot(command_prefix=utils.get_prefix, intents=intents) jarvis = commands.Bot(command_prefix=utils.get_prefix, intents=intents)
slash = SlashCommand(jarvis, sync_commands=True, sync_on_cog_reload=True) slash = SlashCommand(jarvis, sync_commands=True, sync_on_cog_reload=True)
jarvis_self = Process() jarvis_self = Process()
__version__ = "0.4.1" __version__ = "0.5.0"
@jarvis.event @jarvis.event