From 267eb404c772a20df452f0db9f3599f7ab760f87 Mon Sep 17 00:00:00 2001 From: "synacktra.work@gmail.com" Date: Mon, 23 Sep 2024 05:26:41 +0530 Subject: [PATCH] Version bump 1.0.1 -> 1.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"