From faee8817a27623bdc55aff250bf145255ead0b1b Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Fri, 27 Sep 2024 14:01:27 -0500 Subject: [PATCH] 0.18.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 41e94e77..14955035 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.18.0' +__version__ = '0.18.1'