From 8679ef9b0e9da781fda8ac9e949b47c576826b68 Mon Sep 17 00:00:00 2001 From: Robin Richardson Date: Fri, 30 Apr 2021 14:18:54 +0200 Subject: [PATCH] Bump to v0.2.8 --- CITATION.cff | 2 +- fairworkflows/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 25b7b22..d5d2a75 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -27,4 +27,4 @@ keywords: license: "Apache-2.0" message: "If you use this software, please cite it using these metadata." title: "fairworkflows: A python library for handling semantically described scientific workflows" -version: "0.2.6" +version: "0.2.8" diff --git a/fairworkflows/_version.py b/fairworkflows/_version.py index 01ef120..c49a95c 100644 --- a/fairworkflows/_version.py +++ b/fairworkflows/_version.py @@ -1 +1 @@ -__version__ = "0.2.6" +__version__ = "0.2.8"