From 111e0eedd6d6f1b6d12e846ceeecd09ac5a6f6bd Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Wed, 7 Jul 2021 11:12:22 -0600 Subject: [PATCH] Version bump to v0.8.0 --- jarvis/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarvis/__init__.py b/jarvis/__init__.py index 38a07aa..24f3d3d 100644 --- a/jarvis/__init__.py +++ b/jarvis/__init__.py @@ -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.6.0" +__version__ = "0.8.0" @jarvis.event