From b317ad24728cc7de60a16d3d02956224832db3e9 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:26:27 -0500 Subject: [PATCH] core[patch]: Release 0.1.5 (#15480) --- 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 6d7c23dc38e64..a6210781b7502 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.1.4" +version = "0.1.5" description = "Building applications with LLMs through composability" authors = [] license = "MIT"