From fdd414c603a842260e05b40d078f585b63a40bd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=B2=E6=BA=90?= <2402552459@qq.com> Date: Fri, 12 Jul 2024 18:22:29 +0800 Subject: [PATCH] fix(pu): fix lightzero versions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6bfd096d9..cf38f482c 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ def find_cython_extensions(path=None): setup( name='LightZero', - version='0.0.5', + version='0.1.0', description='A lightweight and efficient MCTS/AlphaZero/MuZero algorithm toolkits.', long_description_content_type='text/markdown', author='opendilab',