From a43b9e4f33ad1e3c436e96a8c27f3cb8f0cdccf6 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 9 Apr 2024 19:10:38 -0500 Subject: [PATCH] core[patch]: Pre-release 0.1.42-rc.1 (#20248) --- 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 de0857d933d..634d80e2fb7 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.1.41" +version = "0.1.42-rc.1" description = "Building applications with LLMs through composability" authors = [] license = "MIT"