From 32b8be782fcdb1d3cb5f7f7ff7893929837c4cb9 Mon Sep 17 00:00:00 2001 From: Esteve Fernandez Date: Mon, 11 Nov 2024 16:52:12 +0100 Subject: [PATCH] Bump to 0.2.0 Signed-off-by: Esteve Fernandez --- colcon_ros_cargo/__init__.py | 2 +- test/rust-sample-package/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/colcon_ros_cargo/__init__.py b/colcon_ros_cargo/__init__.py index b794fd4..7fd229a 100644 --- a/colcon_ros_cargo/__init__.py +++ b/colcon_ros_cargo/__init__.py @@ -1 +1 @@ -__version__ = '0.1.0' +__version__ = '0.2.0' diff --git a/test/rust-sample-package/Cargo.toml b/test/rust-sample-package/Cargo.toml index 259e0d8..ca25e4f 100644 --- a/test/rust-sample-package/Cargo.toml +++ b/test/rust-sample-package/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-sample-package" -version = "0.1.0" +version = "0.2.0" authors = ["Test McTestface "] edition = "2018"