Skip to content

Commit 598db08

Browse files
committed
Version bump to 1.0.0a2
1 parent 311e5cf commit 598db08

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,6 @@ authors:
1515
given-names: Daniel
1616
orcid: "https://orcid.org/0000-0001-8152-0398"
1717
cff-version: 1.2.0
18-
date-released: "2024-04-24"
1918
identifiers:
2019
- description: WfExS-backend release in Zenodo
2120
type: doi
@@ -28,4 +27,5 @@ message: "If you use this software, please cite it using these metadata."
2827
repository-code: "https://github.com/inab/WfExS-backend"
2928
type: software
3029
title: "WfExS-backend"
31-
version: 1.0.0a1
30+
version: 1.0.0a2
31+
date-released: "2024-07-28"

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__ = "1.0.0a1"
24+
__version__ = "1.0.0a2"
2525
__url__ = "https://github.com/inab/WfExS-backend"
2626
__official_name__ = "WfExS-backend"
2727

0 commit comments

Comments
 (0)