From df40cd233f0690c1fc82d6fc0a1d25afdd7fdd42 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sun, 18 Jun 2023 23:21:26 -0700 Subject: [PATCH] bump version to 205 (#6410) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 256304e3..79c7a56d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.204" +version = "0.0.205" description = "Building applications with LLMs through composability" authors = [] license = "MIT"