Skip to content

Commit

Permalink
[Releases] v1.3.0 (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
sotetsuk committed Aug 21, 2023
1 parent 75abefe commit 2d01d83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/sparrow_mahjong.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,5 @@ Terminates when either player wins or the wall becomes empty.

## Version History

- `v1` : Initial release (v1.0.0)
- `v1` : Change observation shape from `(15, 11)` to `(11, 15)` by [@sotetsuk](https://github.com/sotetsuk) in [#1010](https://github.com/sotetsuk/pgx/pull/1010) (v1.3.0)
- `v0` : Initial release (v1.0.0)
2 changes: 1 addition & 1 deletion pgx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
)
from pgx.v1 import Env, EnvId, State, available_envs, make

__version__ = "1.2.0"
__version__ = "1.3.0"

__all__ = [
# v1 api components
Expand Down

0 comments on commit 2d01d83

Please sign in to comment.