From 7a1321e2f9b12b27c4a2c5af80b0dab2f01e3c45 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Fri, 12 Jul 2024 13:57:38 -0700 Subject: [PATCH] ibm[patch]: Release 0.1.10 (#24199) --- 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 6723b8eb7af..2a3f0904d39 100644 --- a/libs/partners/ibm/pyproject.toml +++ b/libs/partners/ibm/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "langchain-ibm" -version = "0.1.9" +version = "0.1.10" description = "An integration package connecting IBM watsonx.ai and LangChain" authors = [ "IBM",] readme = "README.md"