From 5a5e8a0c6d554cf42d2725eecfb6709ed71c1adb Mon Sep 17 00:00:00 2001 From: Nick Sullivan Date: Wed, 17 Jul 2024 14:51:24 +0200 Subject: [PATCH] Bump to version 0.24.0 --- aicodebot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aicodebot/__init__.py b/aicodebot/__init__.py index 9187c63..5c5a05d 100644 --- a/aicodebot/__init__.py +++ b/aicodebot/__init__.py @@ -1,3 +1,3 @@ -version = "0.23.0" +version = "0.24.0" AICODEBOT_NO_EMOJI = "AICodeBot" AICODEBOT = f"🤖 {AICODEBOT_NO_EMOJI}"