v1.0.5; add port cli config

This commit is contained in:
wty-yy
2026-01-06 22:34:46 +08:00
parent 22aedec6fb
commit 9c3184a43d
3 changed files with 9 additions and 2 deletions

View File

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