Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ymollard committed May 2, 2020
1 parent e9ed487 commit ca9549c
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>luos_bike_alarm_example</name>
<version>0.0.1</version>
<version>0.1.0</version>
<description>Example of ROS package using Luos modules</description>
<maintainer email="[email protected]">Yoan Mollard</maintainer>
<license>MIT</license>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name=package_name,
version='0.0.1',
version='0.1.0',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages', ['resource/' + package_name]),
Expand Down

0 comments on commit ca9549c

Please sign in to comment.