From eebb05f092fae6d5e64b03b84ffb438e8c39b772 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Thu, 6 Jul 2023 16:58:22 -0400 Subject: [PATCH] Release v 0.12.0 (#187) See release notes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9c8a59..6082013 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kor" -version = "0.11.0" +version = "0.12.0" description = "Extract information with LLMs from text" authors = ["Eugene Yurtsev "] license = "MIT"