-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from mjx-project/sotetsuk/fix/silicon-build
Only use universal2 for MacOS build
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -117,7 +117,7 @@ def read_readme(): | |
# logic and declaration, and simpler if you include description/version in a file. | ||
setup( | ||
name="tenhou_wall_reproducer", | ||
version="1.1.0", | ||
version="1.1.1", | ||
author="Sotetsu KOYAMADA", | ||
author_email="[email protected]", | ||
description="Utility for reproducing the wall and dice information from the game seed in Tenhou platform.", | ||
|