From beff5b336c5f278129d1ab962963c2179882f075 Mon Sep 17 00:00:00 2001 From: Matthew Farrellee Date: Sat, 14 Dec 2024 08:31:54 -0500 Subject: [PATCH] bump version to 0.3.6 --- 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 3d8b1549..23bcc0a3 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.5" +version = "0.3.6" description = "An integration package connecting NVIDIA AI Endpoints and LangChain" authors = [] readme = "README.md"