From e28170e2c7e3d3d6e5e526d6d723810a87e5d2b4 Mon Sep 17 00:00:00 2001 From: Aaron Kable Date: Wed, 31 Jan 2024 17:24:34 +0800 Subject: [PATCH] version --- aadiscordbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aadiscordbot/__init__.py b/aadiscordbot/__init__.py index c33c2dd..58cbe6e 100644 --- a/aadiscordbot/__init__.py +++ b/aadiscordbot/__init__.py @@ -4,6 +4,6 @@ default_app_config = 'aadiscordbot.apps.AADiscordBotConfig' -__version__ = '3.7.1' +__version__ = '3.7.2' __title__ = "AA Discordbot" __branch__ = 'stable'