From 4d6a3fbb98d04fa714a9984a6dd4690b98689c3b Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Wed, 7 Feb 2024 08:39:17 -0500 Subject: [PATCH] Version 1.0.1 (#258) Upgrade to newer version of langchain --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b7092d..9940ce1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kor" -version = "1.0.0" +version = "1.0.1" description = "Extract information with LLMs from text" authors = ["Eugene Yurtsev "] license = "MIT"