Skip to content

Commit

Permalink
2.12 Version Bump (#26)
Browse files Browse the repository at this point in the history
* 2.12 Version Bump

* 2.12 Version Bump

* 2.12 Version Bump

* 2.12 Version Bump

* 2.12 Version Bump
  • Loading branch information
Hoffalypse authored Jan 9, 2024
1 parent acf92e0 commit 95b4a17
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion moveit_studio_msgs/moveit_studio_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="3">
<name>moveit_studio_msgs</name>
<version>2.11.0</version>
<version>2.12.0</version>
<description>Metapackage for MoveIt Studio message definitions</description>
<author email="[email protected]">Joe Schornak</author>
<maintainer email="[email protected]">Joe Schornak</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion moveit_studio_msgs/moveit_studio_sdk_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>moveit_studio_sdk_msgs</name>
<version>2.11.0</version>
<version>2.12.0</version>
<description>Messages and services used by the MoveIt Studio SDK</description>
<author email="[email protected]">Ashton Larkin</author>
<maintainer email="[email protected]">Ashton Larkin</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion moveit_studio_msgs/moveit_studio_vision_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="3">
<name>moveit_studio_vision_msgs</name>
<version>2.11.0</version>
<version>2.12.0</version>
<description>Messages, services and actions used by MoveIt Studio vision capabilities.</description>
<author email="[email protected]">Sebastian Castro</author>
<maintainer email="[email protected]">Sebastian Castro</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion moveit_studio_py/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>moveit_studio_py</name>
<version>2.11.0</version>
<version>2.12.0</version>
<description>Python API for MoveIt Studio SDK.</description>
<author email="[email protected]">Ashton Larkin</author>
<maintainer email="[email protected]">Ashton Larkin</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion moveit_studio_py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version="2.11.0",
version="2.12.0",
packages=find_packages(),
zip_safe=True,
maintainer="Ashton Larkin",
Expand Down

0 comments on commit 95b4a17

Please sign in to comment.