From db974e85df43b81521e907e9a168046bae64d418 Mon Sep 17 00:00:00 2001 From: Robin Richardson Date: Fri, 30 Apr 2021 14:48:23 +0200 Subject: [PATCH] Use newest nanopub version --- CITATION.cff | 2 +- fairworkflows/_version.py | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index d5d2a75..512b98b 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.8" +version: "0.2.9" diff --git a/fairworkflows/_version.py b/fairworkflows/_version.py index c49a95c..75cf783 100644 --- a/fairworkflows/_version.py +++ b/fairworkflows/_version.py @@ -1 +1 @@ -__version__ = "0.2.8" +__version__ = "0.2.9" diff --git a/requirements.txt b/requirements.txt index d5e2957..c49f21e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -nanopub==1.2.5 +nanopub==1.2.6 networkx~=2.5 pytest pyyaml