We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bba154 commit b49ad1eCopy full SHA for b49ad1e
CITATION.cff
@@ -28,5 +28,5 @@ repository-code: "https://github.com/inab/WfExS-backend"
28
repository-artifact: "https://github.com/inab/WfExS-backend/pkgs/container/wfexs-backend"
29
type: software
30
title: "WfExS-backend"
31
-version: 1.0.2
+version: 1.0.3
32
date-released: "2025-10-11"
wfexs_backend/__init__.py
@@ -21,7 +21,7 @@
21
__license__ = "Apache 2.0"
22
23
# https://www.python.org/dev/peps/pep-0396/
24
-__version__ = "1.0.2"
+__version__ = "1.0.3"
25
__url__ = "https://github.com/inab/WfExS-backend"
26
__official_name__ = "WfExS-backend"
27
0 commit comments