From 7eb1100925e87984505624f93cc887ceab186989 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:35:15 -0500 Subject: [PATCH] core[patch]: Release 0.1.3 (#15022) --- 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 ea9bec32490..819b65299bb 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.1.2" +version = "0.1.3" description = "Building applications with LLMs through composability" authors = [] license = "MIT"