Skip to content

Commit

Permalink
v0.8.5
Browse files Browse the repository at this point in the history
- [Board] 指し手が千日手か判定するメソッドmoveIsDraw追加
  • Loading branch information
TadaoYamaoka committed Apr 7, 2024
1 parent b0775ea commit 381f6f6
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 @@ -103,7 +103,7 @@ def finalize_options(self):

setup_kwargs = {
"name": "cshogi",
"version": "0.8.4",
"version": "0.8.5",
"description": "A fast Python shogi library",
"long_description": None,
"author": "Tadao Yamaoka",
Expand Down

0 comments on commit 381f6f6

Please sign in to comment.