From 5dcd42a19a11444893ec71e0044149f338378d52 Mon Sep 17 00:00:00 2001 From: Nick Sullivan Date: Mon, 1 Jul 2024 18:58:45 +0100 Subject: [PATCH] Bump version to 0.23.1 --- aicodebot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aicodebot/__init__.py b/aicodebot/__init__.py index 9187c63..3a4f7b1 100644 --- a/aicodebot/__init__.py +++ b/aicodebot/__init__.py @@ -1,3 +1,3 @@ -version = "0.23.0" +version = "0.23.1" AICODEBOT_NO_EMOJI = "AICodeBot" AICODEBOT = f"🤖 {AICODEBOT_NO_EMOJI}"