From 67badf1941d1947de62132960a1e76ca8f74b643 Mon Sep 17 00:00:00 2001 From: Leonid Kuligin Date: Wed, 27 Nov 2024 14:28:55 +0100 Subject: [PATCH] release community 2.0.3 --- libs/community/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index c628b785..9b7eb7fe 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-google-community" -version = "2.0.2" +version = "2.0.3" description = "An integration package connecting miscellaneous Google's products and LangChain" authors = [] readme = "README.md"