v1.1.3; fix friction calc err (x0.4)

This commit is contained in:
wty-yy
2026-02-10 16:52:27 +08:00
parent 4086357ad5
commit 075e4cc5c7
9 changed files with 19 additions and 16 deletions

View File

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