From 7917e2c418530a3a5aa675187236e2a5c8accfc8 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 17 Apr 2024 11:34:44 -0700 Subject: [PATCH] core[patch]: Release 0.1.44 (#20564) --- 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 95b37c3a534..ef38fad3461 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.1.43" +version = "0.1.44" description = "Building applications with LLMs through composability" authors = [] license = "MIT"