From 94e809ded53c286192076d93971decb3c3ead87d Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Thu, 6 Apr 2023 09:54:22 -0400 Subject: [PATCH] Release v 0.7.0 (#122) See release notes. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 71c4afe..e2ddef7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kor" -version = "0.6.1" +version = "0.7.0" description = "Extract information with LLMs from text" authors = ["Eugene Yurtsev "] license = "MIT"