From 5260d3ba8ea499391e3c9c529bce1b351e93cc60 Mon Sep 17 00:00:00 2001 From: Martin Dahl Date: Tue, 7 Jul 2020 10:38:22 +0200 Subject: [PATCH] Bump version to 0.0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 72fad6a..d250c81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "r2r" -version = "0.0.4" +version = "0.0.5" authors = ["Martin Dahl "] description = "Minimal ros2 bindings." license = "Apache-2.0/MIT"