From 59b8ad846b7adc849a7df3991aa6f97fe548944b Mon Sep 17 00:00:00 2001 From: Romin <15949-romin.benfer@users.noreply.git.rwth-aachen.de> Date: Thu, 30 Nov 2023 01:57:41 +0100 Subject: [PATCH] Set version to v0.10.1 --- 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 e784bdd..9ea9069 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.0" +__version__ = "0.10.1" -- GitLab