From 4519310f950dd8b3814df2e72873b4e3adabcdf7 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: Fri, 28 Apr 2023 05:27:44 +0900 Subject: [PATCH] [Releases] v0.6.1 (#836) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5031ea125..d508083f1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="pgx", - version="0.6.0", + version="0.6.1", description="GPU/TPU-accelerated parallel game simulators for reinforcement learning (RL)", long_description=long_description, long_description_content_type='text/markdown',