From a261a8354cacf2067d5823f1035c0601ad0ecdbe Mon Sep 17 00:00:00 2001 From: arkohut <39525455+arkohut@users.noreply.github.com> Date: Thu, 29 Aug 2024 17:47:32 +0800 Subject: [PATCH] chore: bump 0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb8e0d1..e5bc880 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "memos" -version = "0.3.0" +version = "0.4.0" description = "A package for memos" readme = "README.md" authors = [{ name = "arkohut" }]