From ce08fbd1d23390c7792f92775cdd679b0ec2ddb2 Mon Sep 17 00:00:00 2001 From: Leonid Kuligin Date: Mon, 18 Mar 2024 15:41:55 +0100 Subject: [PATCH] Update libs/tools/pyproject.toml Co-authored-by: Erick Friis --- libs/tools/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/tools/pyproject.toml b/libs/tools/pyproject.toml index 83c11885..206602e7 100644 --- a/libs/tools/pyproject.toml +++ b/libs/tools/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-google-tools" -version = "0.0.1" +version = "0.1.0" description = "An integration package connecting miscellaneous Google's products and LangChain" authors = [] readme = "README.md"