From a32c236c643f2e853b5a9658ba1642d13ee614ea Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Mon, 30 Oct 2023 18:12:08 -0700 Subject: [PATCH] bump cli to 009 (#12611) --- libs/cli/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/cli/pyproject.toml b/libs/cli/pyproject.toml index 728152945e..a15a59a873 100644 --- a/libs/cli/pyproject.toml +++ b/libs/cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-cli" -version = "0.0.8" +version = "0.0.9" description = "CLI for interacting with LangChain" authors = ["Erick Friis "] readme = "README.md"