From 93dc5f2fff9bcbc33557c48a8913f24b1f77a8e3 Mon Sep 17 00:00:00 2001 From: arkohut <39525455+arkohut@users.noreply.github.com> Date: Tue, 15 Oct 2024 10:33:36 +0800 Subject: [PATCH] chore: bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 78523cf..630807c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "memos" -version = "0.10.2" +version = "0.10.3" description = "A package for memos" readme = "README.md" authors = [{ name = "arkohut" }]