From 5d220975fc563a92f41aeb0907e8c3819da073f5 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 20 Mar 2024 10:28:56 -0700 Subject: [PATCH] core[patch]: Release 0.1.33 (#19348) --- 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 f4aba957f6..7a0bf312fe 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.1.33-rc.1" +version = "0.1.33" description = "Building applications with LLMs through composability" authors = [] license = "MIT"