From 5bbf5eae9ada2bc53fd962e7a167c5403e5d10a7 Mon Sep 17 00:00:00 2001 From: Matthew Farrellee Date: Fri, 8 Nov 2024 13:18:19 -0600 Subject: [PATCH] bump version to 0.3.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 8029fe2a..cf2470b8 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.3.4" +version = "0.3.5" description = "An integration package connecting NVIDIA AI Endpoints and LangChain" authors = [] readme = "README.md"