From 08e2352f7bd3c1f9a55c6b93506d40b00f3c9a4a Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Mon, 5 Jun 2023 20:54:08 -0700 Subject: [PATCH] bump ver 191 (#5766) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d76aac26..cae704db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.190" +version = "0.0.191" description = "Building applications with LLMs through composability" authors = [] license = "MIT"