Skip to content

Commit

Permalink
Update version number to 2.9.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarqRazz authored Oct 24, 2023
1 parent 20a8bd6 commit a37dbda
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>1.1.0</version>
<version>2.9.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>1.1.0</version>
<version>2.9.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>1.1.0</version>
<version>2.9.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>1.1.0</version>
<version>2.9.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="1.1.0",
version="2.9.0",
packages=find_packages(),
zip_safe=True,
maintainer="Ashton Larkin",
Expand Down

0 comments on commit a37dbda

Please sign in to comment.