From fd4dd7262ed3e7632dba0dcee11eb40f0e332c8f Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Sun, 25 Jul 2021 17:28:28 -0600 Subject: [PATCH] Bump version to 1.7.0 --- jarvis/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarvis/__init__.py b/jarvis/__init__.py index 3ab6737..7feedcc 100644 --- a/jarvis/__init__.py +++ b/jarvis/__init__.py @@ -24,7 +24,7 @@ jarvis = commands.Bot( ) slash = SlashCommand(jarvis, sync_commands=True, sync_on_cog_reload=True) jarvis_self = Process() -__version__ = "1.6.0" +__version__ = "1.7.0" db = DBManager(get_config().mongo).mongo