Skip to content

Commit

Permalink
Bump release version, 0.8.1 was self-inconsistent.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 644724051
Change-Id: Ie54fc6f353b11b32823487a41d826f85b925526c
  • Loading branch information
shacklestone authored and copybara-github committed Jun 19, 2024
1 parent 62b3ddc commit ac77d15
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cpp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def _parse_line(s):
name="dm_robotics-controllers",
package_dir={"dm_robotics.controllers": ""},
packages=["dm_robotics.controllers"],
version="0.8.0",
version="0.8.1",
license="Apache 2.0",
author="DeepMind",
description="Python bindings for dm_robotics/cpp/controllers",
Expand Down
2 changes: 1 addition & 1 deletion py/agentflow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def _parse_line(s):
"dm_robotics.agentflow.rendering",
"dm_robotics.agentflow.subtasks",
],
version="0.8.0",
version="0.8.1",
license="Apache 2.0",
author="DeepMind",
description=(
Expand Down
2 changes: 1 addition & 1 deletion py/geometry/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def _parse_line(s):
name="dm_robotics-geometry",
package_dir={"dm_robotics.geometry": ""},
packages=["dm_robotics.geometry"],
version="0.8.0",
version="0.8.1",
license="Apache 2.0",
author="DeepMind",
description=(
Expand Down
2 changes: 1 addition & 1 deletion py/manipulation/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def _parse_line(s):
"dm_robotics.manipulation.props.utils",
"dm_robotics.manipulation.standard_cell",
],
version="0.8.0",
version="0.8.1",
license="Apache 2.0",
author="DeepMind",
description="Parametrically defined mesh objects",
Expand Down
2 changes: 1 addition & 1 deletion py/moma/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _parse_line(s):
"dm_robotics.moma.models.end_effectors.wrist_sensors",
"dm_robotics.moma.models.robots.robot_arms",
],
version="0.8.0",
version="0.8.1",
license="Apache 2.0",
author="DeepMind",
description="Tools for authoring robotic manipulation tasks.",
Expand Down
2 changes: 1 addition & 1 deletion py/transformations/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def _parse_line(s):
name="dm_robotics-transformations",
package_dir={"dm_robotics.transformations": ""},
packages=["dm_robotics.transformations"],
version="0.8.0",
version="0.8.1",
license="Apache 2.0",
author="DeepMind",
description="A library for Rigid Body Transformations",
Expand Down

0 comments on commit ac77d15

Please sign in to comment.