From 109b58b77b2217b48e1202036e9f053334ef32d9 Mon Sep 17 00:00:00 2001 From: Piero Savastano Date: Mon, 21 Aug 2023 13:00:57 +0200 Subject: [PATCH] version 1.0.2 bug fixes and new hook for tool prompt --- core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pyproject.toml b/core/pyproject.toml index cdceec40..7d77edc5 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "Cheshire-Cat" description = "Open source and customizable AI architecture" -version = "1.0.1" +version = "1.0.2" requires-python = ">=3.10" license = { file="LICENSE" } authors = [