From 1a3030c1a73a2d8fe78205fe8b5c51ea23657468 Mon Sep 17 00:00:00 2001 From: Vadym Mariiechko Date: Tue, 19 Nov 2024 15:26:15 +0100 Subject: [PATCH] Bump version to 0.1.4 - upload correct dist/ --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 826adc7..fb8baaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "ccheck" packages = [ { include="contextcheck", from="." }, ] -version = "0.1.3" +version = "0.1.4" 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"