From 5c3e2612dad48147e19918d647a4bb7c24063aa3 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Sat, 13 Jul 2024 09:14:43 -0700 Subject: [PATCH] core[patch]: Release 0.2.18 (#24230) --- 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 8e18d4b44c..c428a65446 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "langchain-core" -version = "0.2.17" +version = "0.2.18" description = "Building applications with LLMs through composability" authors = [] license = "MIT"