From 6b3b4fdd9cca9026d6b85122246b86a9bc5e0fe2 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 11 Apr 2024 09:10:27 -0700 Subject: [PATCH] core[patch]: Release 0.1.42 (#20332) --- 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 f8cb5be9aca..0f6da1be736 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.1.42rc1" +version = "0.1.42" description = "Building applications with LLMs through composability" authors = [] license = "MIT"