Skip to content

Commit

Permalink
This PR contains the needed changes to bump the version to the next m…
Browse files Browse the repository at this point in the history
…inor release to main (#45)

👁️ Please review that the changes are correct as the replacement of the version numbers is done automatically and can be wrong.
  • Loading branch information
orensbruli authored Mar 20, 2024
1 parent 87d9cd1 commit 0183cc5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion moveit_studio_msgs/moveit_studio_agent_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="3">
<name>moveit_studio_agent_msgs</name>
<version>2.13.0</version>
<version>3.0.0</version>
<description>Messages, services, and actions used by the MoveIt Pro Agent</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_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.13.0</version>
<version>3.0.0</version>
<description>Metapackage for MoveIt Pro 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.13.0</version>
<version>3.0.0</version>
<description>Messages and services used by the MoveIt Pro 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.13.0</version>
<version>3.0.0</version>
<description>Messages, services, and actions used by MoveIt Pro 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.13.0</version>
<version>3.0.0</version>
<description>Python API for MoveIt Pro 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.12.0",
version="3.0.0",
packages=find_packages(),
zip_safe=True,
maintainer="Ashton Larkin",
Expand Down

0 comments on commit 0183cc5

Please sign in to comment.