v1.0.4; fix server miss eval bug

This commit is contained in:
wty-yy
2026-01-06 01:21:27 +08:00
parent c81bdec934
commit e9754538a5
3 changed files with 7 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="robogauge", # 包名
version="1.0.1", # 版本号
version="1.0.4", # 版本号
author="Wu Tianyang", # 你的名字
author_email="993660140@qq.com",
description="A generic robot RL model evaluation library based on MuJoCo",