From 4d6d91a6b72f5190a01231b2b3ae7bc7e0ae3b4f Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Sat, 11 Mar 2023 10:17:20 -0500 Subject: [PATCH] Bump versin to v0.2.0 (#24) Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d51978c..9bd41c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kor" -version = "0.1.0" +version = "0.2.0" description = "Extract information with LLMs from text" authors = ["Eugene Yurtsev "] license = "MIT"