Skip to content

Commit 0183cc5

Browse files
authored
This PR contains the needed changes to bump the version to the next minor 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.
1 parent 87d9cd1 commit 0183cc5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

moveit_studio_msgs/moveit_studio_agent_msgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="3">
22
<name>moveit_studio_agent_msgs</name>
3-
<version>2.13.0</version>
3+
<version>3.0.0</version>
44
<description>Messages, services, and actions used by the MoveIt Pro Agent</description>
55
<author email="[email protected]">Joe Schornak</author>
66
<maintainer email="[email protected]">Joe Schornak</maintainer>

moveit_studio_msgs/moveit_studio_msgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="3">
22
<name>moveit_studio_msgs</name>
3-
<version>2.13.0</version>
3+
<version>3.0.0</version>
44
<description>Metapackage for MoveIt Pro message definitions</description>
55
<author email="[email protected]">Joe Schornak</author>
66
<maintainer email="[email protected]">Joe Schornak</maintainer>

moveit_studio_msgs/moveit_studio_sdk_msgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>moveit_studio_sdk_msgs</name>
5-
<version>2.13.0</version>
5+
<version>3.0.0</version>
66
<description>Messages and services used by the MoveIt Pro SDK</description>
77
<author email="[email protected]">Ashton Larkin</author>
88
<maintainer email="[email protected]">Ashton Larkin</maintainer>

moveit_studio_msgs/moveit_studio_vision_msgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="3">
22
<name>moveit_studio_vision_msgs</name>
3-
<version>2.13.0</version>
3+
<version>3.0.0</version>
44
<description>Messages, services, and actions used by MoveIt Pro vision capabilities.</description>
55
<author email="[email protected]">Sebastian Castro</author>
66
<maintainer email="[email protected]">Sebastian Castro</maintainer>

moveit_studio_py/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>moveit_studio_py</name>
5-
<version>2.13.0</version>
5+
<version>3.0.0</version>
66
<description>Python API for MoveIt Pro SDK.</description>
77
<author email="[email protected]">Ashton Larkin</author>
88
<maintainer email="[email protected]">Ashton Larkin</maintainer>

moveit_studio_py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name=package_name,
7-
version="2.12.0",
7+
version="3.0.0",
88
packages=find_packages(),
99
zip_safe=True,
1010
maintainer="Ashton Larkin",

0 commit comments

Comments
 (0)