From 8df058816fefd6a5632dc4aaa014d4f598d5c36c Mon Sep 17 00:00:00 2001 From: williamfzc <178894043@qq.com> Date: Sat, 16 Dec 2023 14:20:22 +0800 Subject: [PATCH] chore: bump version 0.4.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c63675..e5cbc18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "srctag" -version = "0.4.0" +version = "0.4.1" description = "Tag source files with real-world stories." authors = ["williamfzc "] license = "Apache-2.0"