From 4b34f6b39c5bb8c25e4ce49786aa011b7565e3f1 Mon Sep 17 00:00:00 2001 From: Aaron Kable Date: Sun, 7 May 2023 22:17:13 +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 f7f666d..b9fa6b0 100644 --- a/aadiscordbot/__init__.py +++ b/aadiscordbot/__init__.py @@ -1,5 +1,5 @@ default_app_config = 'aadiscordbot.apps.AADiscordBotConfig' -__version__ = '3.6.0' +__version__ = '3.6.1' __title__ = "AA Discordbot" __branch__ = 'stable'