From 7d307ec86eb91b4374f0d9b93aebdd5f053b1f14 Mon Sep 17 00:00:00 2001 From: ccurme Date: Mon, 17 Jun 2024 16:48:23 -0400 Subject: [PATCH] release 0.1.8 (#58) --- libs/cohere/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/cohere/pyproject.toml b/libs/cohere/pyproject.toml index d7cfade..f1ffce5 100644 --- a/libs/cohere/pyproject.toml +++ b/libs/cohere/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-cohere" -version = "0.1.7" +version = "0.1.8" description = "An integration package connecting Cohere and LangChain" authors = [] readme = "README.md"