From 289e9aeb9d122d689d68b2e77236ce3dfcd606a7 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sun, 11 Jun 2023 21:32:45 -0700 Subject: [PATCH] bump ver to 198 (#6026) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0278d4ab84..95d4053080 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.197" +version = "0.0.198" description = "Building applications with LLMs through composability" authors = [] license = "MIT"