From 9b615022e2b6a3591347ad77a3e21aad6cf24c49 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Mon, 10 Jul 2023 04:38:55 -0400 Subject: [PATCH] bump 229 (#7467) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3c043d74c..79ade4a7c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.228" +version = "0.0.229" description = "Building applications with LLMs through composability" authors = [] license = "MIT"