From 980fefb75915af9b0c97c9bd783e386743109952 Mon Sep 17 00:00:00 2001 From: tsukumi Date: Sat, 30 Nov 2024 21:47:10 +0900 Subject: [PATCH] Release: version 0.3.4-post7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e6e6d6..2ae06fb 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ platform_is_windows = sys.platform == "win32" -version = "0.3.4-post6" +version = "0.3.4-post7" msvc_extra_compile_args_config = [ "/source-charset:utf-8",