From e885c5e43b729ed0cfc71b0dc88bb7a90d78843d Mon Sep 17 00:00:00 2001 From: Jiri Konecny Date: Thu, 9 May 2024 16:01:24 +0200 Subject: [PATCH] New version 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c6bcae2..8a973b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "logdetective" -version = "0.1.0" +version = "0.2.0" description = "Log using LLM AI to search for build/test failures and provide ideas for fixing these." authors = ["Jiri Podivin "] license = "Apache-2.0"