From 7ad9eba8f4b665caa823347c7a4d7a906f71eb72 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:39:45 -0800 Subject: [PATCH] core[patch]: Release 0.1.12 (#16161) --- 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 72b7db2bf7..1770fb6478 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.1.12-rc.1" +version = "0.1.12" description = "Building applications with LLMs through composability" authors = [] license = "MIT"