From 947520381ab7bb2d90764487c7669c4840c12c03 Mon Sep 17 00:00:00 2001 From: tsukumi Date: Sat, 10 Aug 2024 17:04:31 +0900 Subject: [PATCH] Release: version 0.3.4-post3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b7f1b4e..1583642 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ platform_is_windows = sys.platform == "win32" -version = "0.3.4-post2" +version = "0.3.4-post3" msvc_extra_compile_args_config = [ "/source-charset:utf-8",