From c13c65ab3ae7277a54cb1361649c826dd94e44b8 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 14 Mar 2024 12:01:58 -0700 Subject: [PATCH] core[patch]: Release 0.1.32 (#19088) --- 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 51c01c5735c26c3..9844cc5f84e6bfd 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.1.31" +version = "0.1.32" description = "Building applications with LLMs through composability" authors = [] license = "MIT"