From d0d89d39efb5f292f72e70973f3b70c4ca095047 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sun, 4 Jun 2023 20:04:50 -0700 Subject: [PATCH] bump version to 190 (#5704) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a651c115..1b66c3d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.189" +version = "0.0.190" description = "Building applications with LLMs through composability" authors = [] license = "MIT"