Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Jan 25, 2021
1 parent d9bdf84 commit dd678ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ament_index_cpp/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ament_index_cpp</name>
<version>1.0.1</version>
<version>1.0.2</version>
<description>
C++ API to access the ament resource index.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ament_index_python/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ament_index_python</name>
<version>1.0.1</version>
<version>1.0.2</version>
<description>
Python API to access the ament resource index.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ament_index_python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='1.0.1',
version='1.0.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down

0 comments on commit dd678ad

Please sign in to comment.