From 2b9f1469d8888e336ce524f5d84327d0fc0a5c35 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 30 May 2024 11:35:09 -0700 Subject: [PATCH] core[patch]: Release 0.2.3 (#22329) --- 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 31292512d18..5cd1cbc8f4c 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.2.2" +version = "0.2.3" description = "Building applications with LLMs through composability" authors = [] license = "MIT"