From 8f79f85da0ac0fff7d04509aab4fa16356d48148 Mon Sep 17 00:00:00 2001 From: Romin <15949-romin.benfer@users.noreply.git.rwth-aachen.de> Date: Fri, 23 Feb 2024 09:02:09 +0100 Subject: [PATCH] Set Version to 0.10.4 --- src/coscine/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coscine/__about__.py b/src/coscine/__about__.py index 52a8a2e..70aeb18 100644 --- a/src/coscine/__about__.py +++ b/src/coscine/__about__.py @@ -12,4 +12,4 @@ Coscine Python SDK package metadata __author__ = "RWTH Aachen University" __copyright__ = "RWTH Aachen University" __license__ = "MIT License" -__version__ = "0.10.3" +__version__ = "0.10.4" -- GitLab