Skip to content

Commit bafdb57

Browse files
authored
Bump version 0.1.0 (#22)
* Update pyproject.toml to v0.1.0 * Update package.xml to version 0.1.0
1 parent a51ced2 commit bafdb57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "rko_lio"
7-
version = "0.0.4"
7+
version = "0.1.0"
88
description = "A Robust Approach for LiDAR-Inertial Odometry Without Sensor-Specific Modelling"
99
authors = [{ name = "Meher Malladi", email = "rm.meher97@gmail.com" }]
1010
readme = "README.md"

ros/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?><package format="3">
33
<name>rko_lio</name>
4-
<version>0.0.4</version>
4+
<version>0.1.0</version>
55
<description>A Robust Approach for LiDAR-Inertial Odometry Without Sensor-Specific Modelling</description>
66
<maintainer email="rm.meher97@gmail.com">Meher Malladi</maintainer>
77
<license>MIT</license>

0 commit comments

Comments
 (0)