From 7237dc67d4e0d9a274e70d6ceebb8385468146b5 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:02:29 -0800 Subject: [PATCH] core[patch]: Release 0.1.17 (#16737) --- 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 eddfa5be16..809f54153a 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.1.16" +version = "0.1.17" description = "Building applications with LLMs through composability" authors = [] license = "MIT"