Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
- エンジンごとに時間設定できるように引数を変更
  • Loading branch information
TadaoYamaoka committed Apr 6, 2021
1 parent 25b65ae commit f36e145
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.1.9',
version='0.2.0',
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 f36e145

Please sign in to comment.