diff --git a/pyproject.toml b/pyproject.toml index ce46c41..e2a27c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "logdetective" -version = "0.2.0" +version = "0.2.1" description = "Log using LLM AI to search for build/test failures and provide ideas for fixing these." authors = ["Jiri Podivin "] license = "Apache-2.0"