From f7289e82beddaa226737530be07844c59657466f Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Thu, 22 Jul 2021 09:06:31 -0600 Subject: [PATCH] Bump version to 1.2.0 --- jarvis/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarvis/__init__.py b/jarvis/__init__.py index 7b47be6..37b1ff5 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.1.1" +__version__ = "1.2.0" db = DBManager(get_config().mongo).mongo