From f38cd54d03752ca7a41d46f638e17d7ae1b38faf Mon Sep 17 00:00:00 2001 From: Christopher Sieh Date: Tue, 22 Aug 2023 08:38:44 +0200 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5cd6307..4544a23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ros_pointcloud2" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["Christopher Sieh "] description = "Customizable conversions for working with sensor_msgs/PointCloud2."