Skip to content

Commit 609fb2b

Browse files
committed
Version bump to 0.10.0
This version should generate compliant Workflow Run RO-Crates with 0.3 profiles
1 parent 053ab85 commit 609fb2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authors:
1515
given-names: Daniel
1616
orcid: "https://orcid.org/0000-0001-8152-0398"
1717
cff-version: 1.2.0
18-
date-released: "2023-08-01"
18+
date-released: "2023-11-03"
1919
identifiers:
2020
- description: WfExS-backend release in Zenodo
2121
type: doi
@@ -28,4 +28,4 @@ message: "If you use this software, please cite it using these metadata."
2828
repository-code: "https://github.com/inab/WfExS-backend"
2929
type: software
3030
title: "WfExS-backend"
31-
version: 0.9.3
31+
version: 0.10.0

wfexs_backend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
__license__ = "Apache 2.0"
2222

2323
# https://www.python.org/dev/peps/pep-0396/
24-
__version__ = "0.9.3"
24+
__version__ = "0.10.0"
2525
__url__ = "https://github.com/inab/WfExS-backend"
2626
__official_name__ = "WfExS-backend"
2727

0 commit comments

Comments
 (0)