From e71b0b5827cb6427a0194061e1f20597e43ca271 Mon Sep 17 00:00:00 2001 From: ccurme Date: Wed, 29 May 2024 15:51:37 -0400 Subject: [PATCH] core[patch]: Release 0.2.2 (#22289) --- 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 6c9b20c274f..d7ec0b6bb02 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.2.2rc1" +version = "0.2.2" description = "Building applications with LLMs through composability" authors = [] license = "MIT"