diff --git a/pyproject.toml b/pyproject.toml index 1eba9d9..38fc01f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tool-parse" -version = "1.0.1" +version = "1.1.0" description = "Making LLM Tool-Calling Simpler." authors = ["Harsh Verma "] repository = "https://github.com/synacktraa/tool-parse"