From 3b0437c05b07fe8f1ba9d587f5188bc59f760497 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 21 May 2024 17:05:04 -0700 Subject: [PATCH] core[patch]: Release 0.2.1 (#22003) --- 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 ec8645cfb37..6c0ddbe4b57 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.2.0" +version = "0.2.1" description = "Building applications with LLMs through composability" authors = [] license = "MIT"