diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index 7d63eb71..492db631 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-google-community" -version = "1.0.1rc4" +version = "1.0.2" description = "An integration package connecting miscellaneous Google's products and LangChain" authors = [] readme = "README.md" diff --git a/libs/genai/pyproject.toml b/libs/genai/pyproject.toml index e6710fbf..98fbc368 100644 --- a/libs/genai/pyproject.toml +++ b/libs/genai/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-google-genai" -version = "1.0.1" +version = "1.0.2" description = "An integration package connecting Google's genai package and LangChain" authors = [] readme = "README.md"