From 713c2bfe6a632fea5976beb25fb0e15eff56a20e Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Tue, 27 Jun 2023 17:47:25 -0400 Subject: [PATCH] Release v0.11.0 (#180) See release notes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 074b3a5..f9c8a59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kor" -version = "0.10.0" +version = "0.11.0" description = "Extract information with LLMs from text" authors = ["Eugene Yurtsev "] license = "MIT"