From c7c606a43e726ce5b06c14f7b592ab76fd77ec38 Mon Sep 17 00:00:00 2001 From: williamfzc <178894043@qq.com> Date: Thu, 30 Nov 2023 11:30:13 +0800 Subject: [PATCH] chore: bump version 0.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8d64449..641846b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "srctag" -version = "0.3.0" +version = "0.3.1" description = "Tag source files with real-world stories." authors = ["williamfzc "] license = "Apache-2.0"