Update next MuJoCo version to 3.8.0 for pending breaking changes.

PiperOrigin-RevId: 904496070
Change-Id: I0b8b01cbcf27f28ac80dbc283bc63090f745f403
This commit is contained in:
Michael Moss
2026-04-23 09:32:20 -07:00
committed by Copybara-Service
parent e5a38431af
commit 15f61679bf
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.7.1"
version = "3.8.0"
authors = [
{name = "Google DeepMind", email = "mujoco@deepmind.com"},
]
@@ -35,9 +35,9 @@ dynamic = ["readme", "scripts"]
[project.urls]
Homepage = "https://github.com/google-deepmind/mujoco"
Documentation = "https://mujoco.readthedocs.io/en/3.7.1"
Documentation = "https://mujoco.readthedocs.io/en/3.8.0"
Repository = "https://github.com/google-deepmind/mujoco"
Changelog = "https://mujoco.readthedocs.io/en/3.7.1/changelog.html"
Changelog = "https://mujoco.readthedocs.io/en/3.8.0/changelog.html"
[tool.setuptools]
include-package-data = false