Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
- [usi] infoコマンドの内容を取得するためのリスナークラス追加
  • Loading branch information
TadaoYamaoka committed Jul 11, 2023
1 parent 157d7f1 commit fd39f77
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.5.9',
version='0.6.0',
packages=['cshogi', 'cshogi.usi', 'cshogi.gym_shogi', 'cshogi.gym_shogi.envs', 'cshogi.dlshogi', 'cshogi.web', 'cshogi.web.templates', 'cshogi.web.static'],
package_data={'cshogi.web.templates': ['*'], 'cshogi.web.static': ['*']},
ext_modules=ext_modules,
Expand Down

0 comments on commit fd39f77

Please sign in to comment.