From fcca8dbc3cb926d3482c23581e73fb5137e00109 Mon Sep 17 00:00:00 2001 From: Leonid Kuligin Date: Wed, 20 Mar 2024 20:17:52 +0100 Subject: [PATCH] bump rc1 (#79) --- 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 00abfd59..334232d1 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-google-community" -version = "0.1.0rc0" +version = "0.1.0rc1" description = "An integration package connecting miscellaneous Google's products and LangChain" authors = [] readme = "README.md"