From 8e1a7a8646dd2e64400c2011fbdcc148127d8ffd Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Thu, 15 Jun 2023 08:28:47 -0700 Subject: [PATCH] bump version to 201 (#6233) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3854a9c6cd..b0f26f660a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.200" +version = "0.0.201" description = "Building applications with LLMs through composability" authors = [] license = "MIT"