From d08c9e0e3630a1534260e786deb9ab511b9ca95d Mon Sep 17 00:00:00 2001 From: arkohut <39525455+arkohut@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:59:45 +0800 Subject: [PATCH] chore: bump 0.6.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 382e235..88fdf77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "memos" -version = "0.6.2" +version = "0.6.3" description = "A package for memos" readme = "README.md" authors = [{ name = "arkohut" }]