From efbf32ec0cd1c4b3e645eaeaec940aa9a9d0d19c Mon Sep 17 00:00:00 2001 From: Matthew Farrellee Date: Fri, 5 Apr 2024 12:57:19 -0400 Subject: [PATCH] update version to 0.0.5 --- libs/ai-endpoints/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ai-endpoints/pyproject.toml b/libs/ai-endpoints/pyproject.toml index bc6e68c4..527bb684 100644 --- a/libs/ai-endpoints/pyproject.toml +++ b/libs/ai-endpoints/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-nvidia-ai-endpoints" -version = "0.0.5-rc0" +version = "0.0.5" description = "An integration package connecting NVIDIA AI Endpoints and LangChain" authors = [] readme = "README.md"