From 951b6b8bc25016bc6cb7af41140452be4183a708 Mon Sep 17 00:00:00 2001 From: Mateusz Szewczyk Date: Tue, 23 Jul 2024 14:20:53 +0200 Subject: [PATCH] update patch version --- libs/ibm/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ibm/pyproject.toml b/libs/ibm/pyproject.toml index ed1578e..0b5212f 100644 --- a/libs/ibm/pyproject.toml +++ b/libs/ibm/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-ibm" -version = "0.1.10" +version = "0.1.11" description = "An integration package connecting IBM watsonx.ai and LangChain" authors = ["IBM"] readme = "README.md"