From 554d8a287f422c35941f6806d783d65498b0bbf3 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Mon, 14 Oct 2024 12:41:48 +0200 Subject: [PATCH] prepare 0.35, last release with Python 3.8 support --- 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 32c28088..574a35ed 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.34" +__version__ = "0.35"