diff --git a/ament_index_cpp/package.xml b/ament_index_cpp/package.xml index 2123e86..e59d67e 100644 --- a/ament_index_cpp/package.xml +++ b/ament_index_cpp/package.xml @@ -2,7 +2,7 @@ ament_index_cpp - 1.0.1 + 1.0.2 C++ API to access the ament resource index. diff --git a/ament_index_python/package.xml b/ament_index_python/package.xml index a7c155b..775fb74 100644 --- a/ament_index_python/package.xml +++ b/ament_index_python/package.xml @@ -2,7 +2,7 @@ ament_index_python - 1.0.1 + 1.0.2 Python API to access the ament resource index. diff --git a/ament_index_python/setup.py b/ament_index_python/setup.py index f2d6998..d82a5f4 100644 --- a/ament_index_python/setup.py +++ b/ament_index_python/setup.py @@ -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']),