From da9f42b4ed45299c1f31b57713bd82eeab9a15e6 Mon Sep 17 00:00:00 2001 From: Bill Huang Date: Sat, 26 Aug 2023 18:47:01 +0800 Subject: [PATCH] release: bump to 0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a62ec51b..f693dd72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ mypkg = ["*.txt", "*.json"] [project] name = "evox" -version = "0.3.0" +version = "0.4.0" authors = [ { name = "Bill Huang", email = "bill.huang2001@gmail.com" }, { name = "Christina Lee", email = "1315552992@qq.com" },