From 79fb90aafd104ce013b954936f0159e96d3ae85d Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Wed, 5 Jul 2023 10:41:26 -0400 Subject: [PATCH] bump version to 224 (#7203) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 510fb2e168..764fb7b91c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.223" +version = "0.0.224" description = "Building applications with LLMs through composability" authors = [] license = "MIT"