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',