Skip to content

Commit

Permalink
Merge pull request #16 from Apricot-S/develop
Browse files Browse the repository at this point in the history
v2.0.1
  • Loading branch information
Apricot-S authored Nov 19, 2024
2 parents 920d7df + fff65df commit 9be1760
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 38 deletions.
63 changes: 31 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xiangting-py"
version = "2.0.0"
version = "2.0.1"
description = "Python bindings for xiangting"
authors = ["Apricot S."]
edition = "2021"
Expand All @@ -25,5 +25,5 @@ name = "xiangting"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.22.0", features = ["extension-module"] }
xiangting = { git = "https://github.com/Apricot-S/xiangting.git", version = "2.0.0" }
pyo3 = { version = "0.23.0", features = ["extension-module"] }
xiangting = { git = "https://github.com/Apricot-S/xiangting.git", version = "2.0.1" }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ assert replacement_number == 0

In the calculation for a hand with melds (副露), the meld tiles can be included or excluded in the counting of the tiles that exist in four copies within the hand.

If they are not included (e.g., 天鳳 (Tenhou), 雀魂 (Mahjong Soul)), `None` should be specified for `fulu_mianzi_list`.
If they are excluded (e.g., 天鳳 (Tenhou), 雀魂 (Mahjong Soul)), `None` should be specified for `fulu_mianzi_list`.

If they are included (e.g., World Riichi Championship, M.LEAGUE), the melds should be specified for `fulu_mianzi_list`.

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "xiangting"
copyright = "2024, Apricot S."
author = "Apricot S."
release = "2.0.0"
release = "2.0.1"
version = release


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "xiangting"
version = "2.0.0"
version = "2.0.1"
description = "Python bindings for xiangting"
authors = [{ name = "Apricot S." }]
license = { text = "MIT License" }
Expand Down

0 comments on commit 9be1760

Please sign in to comment.