From f77e602630dc1fef4a6ebbdd9be64d9f1d5d3cfc Mon Sep 17 00:00:00 2001 From: JohntheLi Date: Fri, 29 Mar 2024 14:10:46 -0700 Subject: [PATCH] update version for release (#79) * add helper to concatenate attachment content to message * fix linter and change enforce author role alternation default to false * update version for release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 189aab6..80061ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "fastapi_poe" -version = "0.0.36" +version = "0.0.37" authors = [ { name="Lida Li", email="lli@quora.com" }, { name="Jelle Zijlstra", email="jelle@quora.com" },