From 2d01d83c9d3310347538269987de71bcd57891ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sotetsu=20KOYAMADA=EF=BC=88=E5=B0=8F=E5=B1=B1=E7=94=B0?= =?UTF-8?q?=E5=89=B5=E5=93=B2=EF=BC=89?= Date: Mon, 21 Aug 2023 17:54:57 +0900 Subject: [PATCH] [Releases] v1.3.0 (#1011) --- docs/sparrow_mahjong.md | 3 ++- pgx/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/sparrow_mahjong.md b/docs/sparrow_mahjong.md index f426d774f..52fc9f657 100644 --- a/docs/sparrow_mahjong.md +++ b/docs/sparrow_mahjong.md @@ -97,4 +97,5 @@ Terminates when either player wins or the wall becomes empty. ## Version History -- `v1` : Initial release (v1.0.0) \ No newline at end of file +- `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) \ No newline at end of file diff --git a/pgx/__init__.py b/pgx/__init__.py index 8e905901b..14396c311 100644 --- a/pgx/__init__.py +++ b/pgx/__init__.py @@ -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