From e56f8cf924424e9f1ce11b57734b8a58c7bacc01 Mon Sep 17 00:00:00 2001 From: KCaverly Date: Fri, 26 Jan 2024 20:56:49 -0500 Subject: [PATCH] 0.1.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6bc583a..5a28d55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "archer" -version = "0.1.22" +version = "0.1.23" edition = "2021" description = "An async terminal interface for interacting with multi-stage LLM agents." homepage = "https://kcaverly.dev"