From 2a25a7ee078015a84ea456d56b49473e3b64d454 Mon Sep 17 00:00:00 2001 From: arkohut <39525455+arkohut@users.noreply.github.com> Date: Wed, 16 Oct 2024 00:26:29 +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 4640c33..031f2ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "memos" -version = "0.10.4" +version = "0.10.5" description = "A package for memos" readme = "README.md" authors = [{ name = "arkohut" }]