From e2bdb61ca53e90fa81eec6ef863d1d2fa800a32d Mon Sep 17 00:00:00 2001 From: Romin <15949-romin.benfer@users.noreply.git.rwth-aachen.de> Date: Fri, 23 Sep 2022 12:32:56 +0200 Subject: [PATCH] Update to Version 0.7.3 --- 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 e1570e1..561997e 100644 --- a/src/coscine/__about__.py +++ b/src/coscine/__about__.py @@ -28,7 +28,7 @@ __title__ = "coscine" # Current package version # Do not set version to 1.0.0 before Coscine end of pilot phase -__version__ = "0.7.2" +__version__ = "0.7.3" # Short package description __summary__ = "The Coscine Python SDK is a pythonic interface to " \ -- GitLab