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"