From fd38041cc3a6987617d2d87074156bdaf7c7b345 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Thu, 26 Jan 2023 20:04:52 +0100 Subject: [PATCH] prepare for the release of version 0.22 --- 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 116a2095..0fb00690 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.21" +__version__ = "0.22"