Bump version to 0.9.0

This commit is contained in:
Zeva Rose 2021-07-08 09:05:20 -06:00
parent 59e925c8e5
commit c9839b2a66

View file

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