From c504490e8712d15dd2b040612fdad751086eef01 Mon Sep 17 00:00:00 2001 From: KCaverly Date: Fri, 26 Jan 2024 21:24:03 -0500 Subject: [PATCH] 0.1.25 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 62726e7..53d3ccb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "archer" -version = "0.1.24" +version = "0.1.25" edition = "2021" description = "An async terminal interface for interacting with multi-stage LLM agents." homepage = "https://kcaverly.dev"