Skip to content

Commit 9936663

Browse files
committed
Bump version for new release
Signed-off-by: Evan Flynn <evanflynn.msu@gmail.com>
1 parent 115b239 commit 9936663

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>bno055</name>
5-
<version>0.3.0</version>
5+
<version>0.4.0</version>
66
<description>Bosch BNO055 IMU driver for ROS2</description>
77
<maintainer email="evanflynn.msu@gmail.com">flynneva</maintainer>
88
<license>BSD</license>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name=package_name,
10-
version='0.3.1',
10+
version='0.4.0.',
1111
# find sub-packages automatically in order to allow sub-modules, etc. to be imported:
1212
# packages=[package_name],
1313
packages=find_packages(exclude=['test']),

0 commit comments

Comments
 (0)