From 4e9f4f821404f0ae64c2faa24a930e00659eaf33 Mon Sep 17 00:00:00 2001 From: Andrew Zhu Date: Wed, 4 Oct 2023 16:18:53 -0400 Subject: [PATCH] chore: bump version, author metadata --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07dfe47..1d6ca22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,9 +4,11 @@ build-backend = "hatchling.build" [project] name = "kani" -version = "0.3.5" +version = "0.4.0" authors = [ { name = "Andrew Zhu", email = "andrew@zhu.codes" }, + { name = "Liam Dugan", email = "ldugan@seas.upenn.edu" }, + { name = "Alyssa Hwang", email = "ahwang16@seas.upenn.edu" }, ] description = "kani (カニ) is a lightweight and highly hackable framework for chat-based language models with tool usage/function calling." readme = "README.md"