From 703f25581cce175dc1b740e92cd6e9169c03eb21 Mon Sep 17 00:00:00 2001 From: lrodrin Date: Wed, 31 Aug 2022 12:37:55 +0200 Subject: [PATCH] Version bump to 0.1.1 --- CITATION.cff | 2 +- tool/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 62d00b6..30b7268 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -16,4 +16,4 @@ message: "If you use this software, please cite it using these metadata." repository-code: "https://github.com/inab/vre_cwl_executor" type: software title: "VRE CWL Tool Executor" -version: 0.1.0 \ No newline at end of file +version: 0.1.1 \ No newline at end of file diff --git a/tool/__init__.py b/tool/__init__.py index 65aa6de..746ee2b 100644 --- a/tool/__init__.py +++ b/tool/__init__.py @@ -18,4 +18,4 @@ __author__ = 'Laura Rodriguez-Navas ' __copyright__ = '© 2020-2022 Barcelona Supercomputing Center (BSC), ES' __license__ = 'Apache 2.0' -__version__ = '0.1.0' +__version__ = '0.1.1'