From 10eb3230742390c8863f2e30791293190f7550f2 Mon Sep 17 00:00:00 2001 From: stelzo Date: Sun, 23 Jun 2024 19:45:58 +0200 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf253d3..28365fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ros_pointcloud2" -version = "0.5.0-rc.3" +version = "0.5.0" edition = "2021" authors = ["Christopher Sieh "] description = "Customizable conversions for working with sensor_msgs/PointCloud2."