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