From 15ed7d670ebb64871689fabb98a2bc2d459ae2c1 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Tue, 9 Apr 2024 11:28:06 -0500 Subject: [PATCH] 0.16.1 --- colcon_core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colcon_core/__init__.py b/colcon_core/__init__.py index 8da86e1f..4f82143e 100644 --- a/colcon_core/__init__.py +++ b/colcon_core/__init__.py @@ -1,4 +1,4 @@ # Copyright 2016-2020 Dirk Thomas # Licensed under the Apache License, Version 2.0 -__version__ = '0.16.0' +__version__ = '0.16.1'