Update MuJoCo's version number following the 3.3.5 release.
PiperOrigin-RevId: 792806341 Change-Id: Ic68ecceacc48ddbd6b0c741ae8f0791551e1b4dd
This commit is contained in:
committed by
Copybara-Service
parent
3152458a6b
commit
ed3ff15870
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "mujoco"
|
||||
version = "3.3.5"
|
||||
version = "3.3.6"
|
||||
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.5"
|
||||
Documentation = "https://mujoco.readthedocs.io/en/3.3.6"
|
||||
Repository = "https://github.com/google-deepmind/mujoco"
|
||||
Changelog = "https://mujoco.readthedocs.io/en/3.3.5/changelog.html"
|
||||
Changelog = "https://mujoco.readthedocs.io/en/3.3.6/changelog.html"
|
||||
|
||||
[tool.setuptools]
|
||||
include-package-data = false
|
||||
|
||||
Reference in New Issue
Block a user