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