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"