From 2ac3efaf62aa8893fcfeb410dadf68f115533217 Mon Sep 17 00:00:00 2001 From: TadaoYamaoka Date: Thu, 29 Apr 2021 10:53:13 +0900 Subject: [PATCH] =?UTF-8?q?v0.2.5=20-=20CSA=E3=83=91=E3=83=BC=E3=82=B9?= =?UTF-8?q?=E7=B5=90=E6=9E=9C=E3=81=AEscores=E3=81=AE=E3=82=B5=E3=82=A4?= =?UTF-8?q?=E3=82=BA=E3=82=92moves=E3=81=A8=E4=B8=80=E8=87=B4=E3=81=95?= =?UTF-8?q?=E3=81=9B=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 53595ed..52c9ad6 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def finalize_options(self): setup( name='cshogi', - version='0.2.4', + version='0.2.5', packages=['cshogi', 'cshogi.usi', 'cshogi.gym_shogi', 'cshogi.gym_shogi.envs'], ext_modules=ext_modules, cmdclass={'build_ext': my_build_ext},