Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
* Fix unclean node shutdown on ctrl-c
* Documentation fix
  • Loading branch information
process1183 committed Oct 23, 2022
1 parent 985286e commit dbb5970
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>ros2_bno055</name>
<version>0.2.0</version>
<version>0.2.1</version>
<description>ROS2 node for the Bosch BNO055 IMU</description>
<maintainer email="[email protected]">Josh Gadeken</maintainer>
<license>GNU General Public License version 3</license>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version='0.2.0',
version='0.2.1',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down

0 comments on commit dbb5970

Please sign in to comment.