From 9cb128e6e2c859f650e6eaa378f91186cbb8a890 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Mon, 11 Dec 2023 14:36:28 -0800 Subject: [PATCH] core[patch]: Release 0.0.13 (#14558) --- 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 fab0d8b758..08f97452bb 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.0.13-rc.2" +version = "0.0.13" description = "Building applications with LLMs through composability" authors = [] license = "MIT"