Update MuJoCo version from 3.4.0 to 3.4.1 following the 3.4.0 release

PiperOrigin-RevId: 840914696
Change-Id: Iffabc70dd174384ba1c535cafcd34982ff8e5712
This commit is contained in:
Gabe Oppenheimer
2025-12-05 16:14:24 -08:00
committed by Copybara-Service
parent e55fff5dea
commit 96e376451c
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.4.0"
version = "3.4.1"
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.4.0"
Documentation = "https://mujoco.readthedocs.io/en/3.4.1"
Repository = "https://github.com/google-deepmind/mujoco"
Changelog = "https://mujoco.readthedocs.io/en/3.4.0/changelog.html"
Changelog = "https://mujoco.readthedocs.io/en/3.4.1/changelog.html"
[tool.setuptools]
include-package-data = false