From 4422e588b074b762ea7ad08d629944dd76804c29 Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Wed, 30 Jun 2021 23:44:23 -0600 Subject: [PATCH] Bump version to reflect starboard changes --- jarvis/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarvis/__init__.py b/jarvis/__init__.py index 021aaf7..5873bbb 100644 --- a/jarvis/__init__.py +++ b/jarvis/__init__.py @@ -19,7 +19,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.4.1" +__version__ = "0.5.0" @jarvis.event