From 94c82a189d30a53a2f7e34a9dd99eeb174f45d3d Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Fri, 16 Jun 2023 06:52:36 -0700 Subject: [PATCH] bump to 202 (#6262) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b0f26f66..7ec28933 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.201" +version = "0.0.202" description = "Building applications with LLMs through composability" authors = [] license = "MIT"