From c715ce2c965e001c7d7f3076fa570f29583b5006 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Tue, 27 Feb 2024 11:31:30 -0800 Subject: [PATCH] vertexai[patch]: release 0.1.0 --- libs/vertexai/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/vertexai/pyproject.toml b/libs/vertexai/pyproject.toml index a0d6ed55..24e61925 100644 --- a/libs/vertexai/pyproject.toml +++ b/libs/vertexai/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-google-vertexai" -version = "0.0.7" +version = "0.1.0" description = "An integration package connecting GoogleVertexAI and LangChain" authors = [] readme = "README.md"