From 35f4aa927bb46939037f28e634cb7ff30fd653ec Mon Sep 17 00:00:00 2001 From: ccurme Date: Thu, 6 Jun 2024 09:58:35 -0400 Subject: [PATCH] together[patch]: Release 0.1.3 (#22615) --- libs/partners/together/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/partners/together/pyproject.toml b/libs/partners/together/pyproject.toml index 09b0364ac10..407ad087d6c 100644 --- a/libs/partners/together/pyproject.toml +++ b/libs/partners/together/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-together" -version = "0.1.2" +version = "0.1.3" description = "An integration package connecting Together AI and LangChain" authors = [] readme = "README.md"