From bb67c4f920f34ab28f171e30183c313dc15d51aa Mon Sep 17 00:00:00 2001 From: Matthew Farrellee Date: Tue, 23 Jul 2024 11:35:29 -0400 Subject: [PATCH] bump version to 0.1.7 --- 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 ba34df24..40da6d3b 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.1.6" +version = "0.1.7" description = "An integration package connecting NVIDIA AI Endpoints and LangChain" authors = [] readme = "README.md"