From 2c6752f1c7eedd347fd6a57d289a28cb294406c1 Mon Sep 17 00:00:00 2001 From: Vadym Mariiechko Date: Tue, 19 Nov 2024 14:07:02 +0100 Subject: [PATCH] Bump version to 0.1.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f4d0190..826adc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "ccheck" packages = [ { include="contextcheck", from="." }, ] -version = "0.1.2" +version = "0.1.3" description = "A human-friendly framework for testing and evaluating LLMs, RAGs, and chatbots." authors = ["Addepto ", "Michal Tarkowski ", "Bartlomiej Grasza ", "Radoslaw Bodus ", "Vadym Mariiechko ", "Volodymyr Kepsha "] readme = "README.md"