From 7eec352af0168d50939a65ce98044b9d90b2a52f Mon Sep 17 00:00:00 2001 From: tsukumi Date: Thu, 1 Aug 2024 18:41:54 +0900 Subject: [PATCH] Release: version 0.3.4-post2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aa310ad..b7f1b4e 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ platform_is_windows = sys.platform == "win32" -version = "0.3.4-post1" +version = "0.3.4-post2" msvc_extra_compile_args_config = [ "/source-charset:utf-8",