Skip to content

Commit f6b25b5

Browse files
authored
Bump main to 1.1 (#6)
1 parent e499daa commit f6b25b5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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>1.0.0</version>
3+
<version>1.1.0</version>
44
<description>Metapackage for MoveIt Studio 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>1.0.0</version>
5+
<version>1.1.0</version>
66
<description>Messages and services used by the MoveIt Studio 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>1.0.0</version>
3+
<version>1.1.0</version>
44
<description>Messages, services and actions used by MoveIt Studio 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>1.0.0</version>
5+
<version>1.1.0</version>
66
<description>Python API for MoveIt Studio 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="1.0.0",
7+
version="1.1.0",
88
packages=find_packages(),
99
zip_safe=True,
1010
maintainer="Ashton Larkin",

0 commit comments

Comments
 (0)