Skip to content

Commit

Permalink
chore: update version to v0.5.10 (#197)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Aug 26, 2024
1 parent fd95f5c commit 20c8ef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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>ros2caret</name>
<version>0.5.9</version>
<version>0.5.10</version>
<description>ROS 2 CLI package for caret</description>
<maintainer email="[email protected]">ymski</maintainer>
<maintainer email="[email protected]">isp-uetsuki</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name=package_name,
version='0.5.9',
version='0.5.10',
packages=find_packages(exclude=['test']),
data_files=[
('share/ament_index/resource_index/packages',
Expand Down

0 comments on commit 20c8ef0

Please sign in to comment.