From 9ef15691d62c1f9f18fe7520cce7dafa82ea517e Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Fri, 14 Jun 2024 13:03:58 -0700 Subject: [PATCH] core: release 0.2.7 (#22917) --- libs/core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index 1188ce72024..9d784d5fc20 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.2.6" +version = "0.2.7" description = "Building applications with LLMs through composability" authors = [] license = "MIT"