Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
- CSAパース結果のscoresのサイズをmovesと一致させる
  • Loading branch information
TadaoYamaoka committed Apr 29, 2021
1 parent 0c29d06 commit 2ac3efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 2ac3efa

Please sign in to comment.