From 7485395234af9a0cb4c93c7d63947363ffedc42c Mon Sep 17 00:00:00 2001 From: Matthew Farrellee Date: Wed, 1 May 2024 10:32:05 -0400 Subject: [PATCH] update version to 0.0.12 --- 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 45c028b9..e396d2b4 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.11" +version = "0.0.12" description = "An integration package connecting NVIDIA AI Endpoints and LangChain" authors = [] readme = "README.md"