From 71b6f3fa8c6a4a64224b82168ea8b774c4d99d49 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Fri, 12 May 2023 11:32:44 -0400 Subject: [PATCH] Version 0.0.3 (#16) See release notes. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a2687e0..1c63c71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "kork" -version = "0.0.2" -description = "Programming with LLMs" +version = "0.0.3" +description = "Natural Language Interfaces Powered by LLMs" authors = ["LangChain"] license = "MIT" readme = "README.md"