From 6f8606943bfea0884fd456528699c78149172663 Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Fri, 23 Jul 2021 13:48:20 -0600 Subject: [PATCH] Bump version to 1.3.0 --- jarvis/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarvis/__init__.py b/jarvis/__init__.py index 4873a2f..2bdb0c2 100644 --- a/jarvis/__init__.py +++ b/jarvis/__init__.py @@ -36,7 +36,7 @@ jarvis = commands.Bot( ) slash = SlashCommand(jarvis, sync_commands=True, sync_on_cog_reload=True) jarvis_self = Process() -__version__ = "1.2.2" +__version__ = "1.3.0" db = DBManager(get_config().mongo).mongo