From 263f5e605639bd08bed170fa0be1dea1b9be1ac3 Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Mon, 9 Sep 2024 18:07:28 -0400 Subject: [PATCH] increment version to get around test.pypi --- 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 bf56e584..62d8910c 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-google-community" -version = "2.0.0.dev1" +version = "2.0.0.dev2" description = "An integration package connecting miscellaneous Google's products and LangChain" authors = [] readme = "README.md"