From 078b25c0e321cb414923ef02b9dd011fbb3c2361 Mon Sep 17 00:00:00 2001 From: Leonid Kuligin Date: Mon, 26 Feb 2024 20:03:28 +0100 Subject: [PATCH] relese 0.0.6 --- 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 701397d2..ff0f6976 100644 --- a/libs/vertexai/pyproject.toml +++ b/libs/vertexai/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-google-vertexai" -version = "0.0.6rc0" +version = "0.0.6" description = "An integration package connecting GoogleVertexAI and LangChain" authors = [] readme = "README.md"