From 92af5f5add14744157614afc8afa63a7d283ee36 Mon Sep 17 00:00:00 2001 From: Matthew Farrellee Date: Wed, 17 Apr 2024 10:50:15 -0500 Subject: [PATCH] update version to 0.0.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 290fae3c..e6a598ef 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.6" +version = "0.0.7" description = "An integration package connecting NVIDIA AI Endpoints and LangChain" authors = [] readme = "README.md"