From e3828bee43c023f7f06fce6783c5eb0553d2844d Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Fri, 19 Jan 2024 09:28:31 -0800 Subject: [PATCH] core[patch]: Release 0.1.13 (#16287) --- 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 993c8183c8..c2860cf974 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.1.12" +version = "0.1.13" description = "Building applications with LLMs through composability" authors = [] license = "MIT"