From c897767f784f63be8b66ca398e3d8053a159e419 Mon Sep 17 00:00:00 2001 From: KCaverly Date: Mon, 15 Jan 2024 17:33:25 -0500 Subject: [PATCH] 0.1.19 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3bde926..b54cba0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "archer" -version = "0.1.18" +version = "0.1.19" edition = "2021" description = "An async terminal interface for interacting with multi-stage LLM agents." homepage = "https://kcaverly.dev"