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