From f6f3f68a8c2224dd337924dae5beebf75b4ee0e6 Mon Sep 17 00:00:00 2001 From: Martin Dahl Date: Wed, 1 Sep 2021 23:20:50 +0200 Subject: [PATCH] Bump the version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 04e6d81..894f37e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "r2r" -version = "0.4.0" +version = "0.5.0" authors = ["Martin Dahl "] description = "Minimal ros2 bindings." license = "Apache-2.0/MIT"