Skip to content

Commit

Permalink
Bump version for new release
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Flynn <[email protected]>
  • Loading branch information
flynneva committed Jan 14, 2023
1 parent 115b239 commit 9936663
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>bno055</name>
<version>0.3.0</version>
<version>0.4.0</version>
<description>Bosch BNO055 IMU driver for ROS2</description>
<maintainer email="[email protected]">flynneva</maintainer>
<license>BSD</license>
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.3.1',
version='0.4.0.',
# find sub-packages automatically in order to allow sub-modules, etc. to be imported:
# packages=[package_name],
packages=find_packages(exclude=['test']),
Expand Down

0 comments on commit 9936663

Please sign in to comment.