From 66b80f140a23131f7f5a67df6d24c9c8b2abbee0 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Fri, 8 Nov 2024 13:12:35 +0100 Subject: [PATCH] Setting release to 0.2.8 Signed-off-by: Jiri Podivin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c09d75d..2b78bb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "logdetective" -version = "0.2.7" +version = "0.2.8" description = "Log using LLM AI to search for build/test failures and provide ideas for fixing these." authors = ["Jiri Podivin "] license = "Apache-2.0"