Skip to content

Commit

Permalink
tagging prerelease 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gbr1 committed Sep 27, 2022
1 parent c8f0d97 commit 92e3987
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>edgeimpulse_ros</name>
<version>0.0.1</version>
<version>0.0.3</version>
<description>ROS2 wrapper for Edge Impulse</description>
<maintainer email="giovannididio.bruno@gmail.com">gbr1</maintainer>
<license>Apache 2.0</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 @@
submodules = 'edgeimpulse_ros/submodules'
setup(
name=package_name,
version='0.0.2',
version='0.0.3',
packages=[package_name, submodules],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down

0 comments on commit 92e3987

Please sign in to comment.