Skip to content

Commit 2e2741b

Browse files
authored
Merge pull request #145 from fair-workflows/work_with_nanopub1.2.2
Bump version, for release with nanopub v1.2.1
2 parents 5f8c11d + 77fbac8 commit 2e2741b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sudo apt-get install -y graphviz
2626
- name: Create RSA key for nanopubs
2727
run: |
28-
printf '\n' | setup_profile --orcid_id 'https://orcid.org/0000-0000-0000-0000' --no-publish --name 'test'
28+
printf '\n' | setup_nanopub_profile --orcid_id 'https://orcid.org/0000-0000-0000-0000' --no-publish --name 'test'
2929
3030
- name: Lint with flake8
3131
run: |

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ keywords:
2727
license: "Apache-2.0"
2828
message: "If you use this software, please cite it using these metadata."
2929
title: "fairworkflows: A python library for handling semantically described scientific workflows"
30-
version: "0.2.0"
30+
version: "0.2.1"

fairworkflows/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.2.1"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nanopub==1.0.0
1+
nanopub==1.2.1
22
networkx~=2.5
33
pytest
44
pyyaml

0 commit comments

Comments
 (0)