From e9da5acd329b6a9836d58766e1b21cdbf07c5838 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Mon, 24 Apr 2023 10:32:27 -0400 Subject: [PATCH] Release 0.9.0 (#138) See release notes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c33f0f0..ad366ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kor" -version = "0.8.1" +version = "0.9.0" description = "Extract information with LLMs from text" authors = ["Eugene Yurtsev "] license = "MIT"