From bd5e7d6a6f8219a86f9b2b1ca6ee9df4475de62b Mon Sep 17 00:00:00 2001 From: arkohut <39525455+arkohut@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:58:56 +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 1d91f8c..4ae76af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "memos" -version = "0.7.0" +version = "0.8.0" description = "A package for memos" readme = "README.md" authors = [{ name = "arkohut" }]