Update the MuJoCo version for the 3.2.4 release.

PiperOrigin-RevId: 686261295
Change-Id: Ib59e44a6829a79fd480f2822a68cb05f94c38732
This commit is contained in:
Gabe Oppenheimer
2024-10-15 15:33:11 -07:00
committed by Copybara-Service
parent d1e004aa97
commit c2024ef6d1
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.2.3"
version = "3.2.4"
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.2.3"
Documentation = "https://mujoco.readthedocs.io/en/3.2.4"
Repository = "https://github.com/google-deepmind/mujoco"
Changelog = "https://mujoco.readthedocs.io/en/3.2.3/changelog.html"
Changelog = "https://mujoco.readthedocs.io/en/3.2.4/changelog.html"
[tool.setuptools]
include-package-data = false