Update MuJoCo version from 3.3.8 to 3.4.0

PiperOrigin-RevId: 836719207
Change-Id: I28cbc90cee42aebfb5a4201561289ef6747cdc83
This commit is contained in:
Gabe Oppenheimer
2025-11-25 10:14:29 -08:00
committed by Copybara-Service
parent 6e59f61c70
commit b6e162d6fa
16 changed files with 34 additions and 34 deletions
+3 -3
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "mujoco"
version = "3.3.8"
version = "3.4.0"
authors = [
{name = "Google DeepMind", email = "mujoco@deepmind.com"},
]
@@ -34,9 +34,9 @@ dynamic = ["readme", "scripts"]
[project.urls]
Homepage = "https://github.com/google-deepmind/mujoco"
Documentation = "https://mujoco.readthedocs.io/en/3.3.8"
Documentation = "https://mujoco.readthedocs.io/en/3.4.0"
Repository = "https://github.com/google-deepmind/mujoco"
Changelog = "https://mujoco.readthedocs.io/en/3.3.8/changelog.html"
Changelog = "https://mujoco.readthedocs.io/en/3.4.0/changelog.html"
[tool.setuptools]
include-package-data = false