Skip to content

Commit f6f1f08

Browse files
committed
Version bump to 1.0.0rc0
1 parent e5e06ed commit f6f1f08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ message: "If you use this software, please cite it using these metadata."
2727
repository-code: "https://github.com/inab/WfExS-backend"
2828
type: software
2929
title: "WfExS-backend"
30-
version: 1.0.0b1
30+
version: 1.0.0rc0
3131
date-released: "2024-08-07"

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

0 commit comments

Comments
 (0)