From 01c02e06501682a10e8a98b9ca2e67c3fbd23682 Mon Sep 17 00:00:00 2001 From: GlassOfWhiskey Date: Tue, 9 Sep 2025 22:32:19 +0200 Subject: [PATCH] Bump version to 0.40 --- cwl_utils/__meta__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwl_utils/__meta__.py b/cwl_utils/__meta__.py index 113fd744..70025e5f 100644 --- a/cwl_utils/__meta__.py +++ b/cwl_utils/__meta__.py @@ -1,3 +1,3 @@ # SPDX-License-Identifier: Apache-2.0 """Global version number for the cwl_utils package.""" -__version__ = "0.39" +__version__ = "0.40"