Skip to content

Commit

Permalink
[Releases] v1.0.0 (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
sotetsuk committed Jun 20, 2023
1 parent a4163fb commit 3f8c815
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ A collection of GPU/TPU-accelerated parallel game simulators for reinforcement l
<img src="https://raw.githubusercontent.com/sotetsuk/pgx/main/docs/assets/go_light.gif#gh-light-mode-only" width="30%"><img src="https://raw.githubusercontent.com/sotetsuk/pgx/main/docs/assets/go_light.gif#gh-light-mode-only" width="30%" style="transform:rotate(270deg);"><img src="https://raw.githubusercontent.com/sotetsuk/pgx/main/docs/assets/go_light.gif#gh-light-mode-only" width="30%" style="transform:rotate(90deg);">
</div>

🎉 **`v1.0.0`** is released! (2023.6.20)

## Why Pgx?

<!---
Expand Down
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__ = "0.10.1"
__version__ = "1.0.0"

__all__ = [
# v1 api components
Expand Down

0 comments on commit 3f8c815

Please sign in to comment.