From 52e2a36e9cfa088c1593e0104ede57dc94d83b89 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Wed, 4 Sep 2024 11:06:09 +0200 Subject: [PATCH] Releasing 0.2.6 Signed-off-by: Jiri Podivin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4575c78..0a5fd2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "logdetective" -version = "0.2.5" +version = "0.2.6" description = "Log using LLM AI to search for build/test failures and provide ideas for fixing these." authors = ["Jiri Podivin "] license = "Apache-2.0"