From 8f2661caa04b903a547e1d61b80c1603ef0a96cf Mon Sep 17 00:00:00 2001 From: Nick Sullivan Date: Mon, 9 Sep 2024 21:56:13 -0700 Subject: [PATCH] Bump version to 0.26.3 --- aicodebot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aicodebot/__init__.py b/aicodebot/__init__.py index cc9dcb7..3851556 100644 --- a/aicodebot/__init__.py +++ b/aicodebot/__init__.py @@ -1,3 +1,3 @@ -version = "0.26.2" +version = "0.26.3" AICODEBOT_NO_EMOJI = "AICodeBot" AICODEBOT = f"🤖 {AICODEBOT_NO_EMOJI}"