From fd7dd9ed9b9cde88da0d6d2735d094d4d989e661 Mon Sep 17 00:00:00 2001 From: Romin <15949-romin.benfer@users.noreply.git.rwth-aachen.de> Date: Mon, 4 Dec 2023 21:31:56 +0100 Subject: [PATCH] Set version number to 0.10.2 --- 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 9ea9069..b5dd370 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.1" +__version__ = "0.10.2" -- GitLab