From d5cf3603296c74021650b5a8f54712b8743604ad Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 14 Mar 2024 15:59:42 -0700 Subject: [PATCH] ibm[patch]: release 0.1.3 (#19094) --- libs/partners/ibm/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/partners/ibm/pyproject.toml b/libs/partners/ibm/pyproject.toml index 04c6bbf8d4f..cb676d24b95 100644 --- a/libs/partners/ibm/pyproject.toml +++ b/libs/partners/ibm/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-ibm" -version = "0.1.2" +version = "0.1.3" description = "An integration package connecting IBM watsonx.ai and LangChain" authors = ["IBM"] readme = "README.md"