This commit is contained in:
wty-yy
2025-12-30 15:59:07 +08:00
parent 5a5500668b
commit de7d740012
7 changed files with 46 additions and 26 deletions

View File

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