From ec850e607f480abbfa048f5370dd4635a0627f48 Mon Sep 17 00:00:00 2001 From: Davis Chase <130488702+dev2049@users.noreply.github.com> Date: Sun, 18 Jun 2023 09:20:47 -0700 Subject: [PATCH] bump 203 (#6372) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f0bce6a..d818ef64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.202" +version = "0.0.203" description = "Building applications with LLMs through composability" authors = [] license = "MIT"