From 79c0ffe39043a107670597bd5e7c5e7d796d6c4f Mon Sep 17 00:00:00 2001 From: Ruffin Date: Thu, 7 Mar 2024 19:31:09 -0600 Subject: [PATCH] Bump version to 0.2.1 (#47) Bump version of `colcon-clean` to `0.2.1` --- colcon_clean/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colcon_clean/__init__.py b/colcon_clean/__init__.py index c5a977d..632cf30 100644 --- a/colcon_clean/__init__.py +++ b/colcon_clean/__init__.py @@ -1,4 +1,4 @@ # Copyright 2021 Ruffin White # Licensed under the Apache License, Version 2.0 -__version__ = '0.2.0' +__version__ = '0.2.1'