From 09029a66cc953d2ca13f4c44c470cb70eaa36e4b Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Wed, 22 Mar 2023 14:36:31 -0400 Subject: [PATCH] Version 0.4.0 Release (#82) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 648e4a6..c278292 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kor" -version = "0.3.0" +version = "0.4.0" description = "Extract information with LLMs from text" authors = ["Eugene Yurtsev "] license = "MIT"