File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
reana_workflow_engine_cwl Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ ENV PYTHONPATH=/workdir \
6262
6363# Set image labels
6464LABEL org.opencontainers.image.authors="team@reanahub.io"
65- LABEL org.opencontainers.image.created="2024-03-04 "
65+ LABEL org.opencontainers.image.created="2026-01-06 "
6666LABEL org.opencontainers.image.description="REANA reproducible analysis platform - CWL workflow engine component"
6767LABEL org.opencontainers.image.documentation="https://reana-workflow-engine-cwl.readthedocs.io/"
6868LABEL org.opencontainers.image.licenses="MIT"
@@ -71,5 +71,5 @@ LABEL org.opencontainers.image.title="reana-workflow-engine-cwl"
7171LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-workflow-engine-cwl"
7272LABEL org.opencontainers.image.vendor="reanahub"
7373# x-release-please-start-version
74- LABEL org.opencontainers.image.version="0.95.0-alpha.2 "
74+ LABEL org.opencontainers.image.version="0.95.0-alpha.3 "
7575# x-release-please-end
Original file line number Diff line number Diff line change 1414
1515from __future__ import absolute_import , print_function
1616
17- __version__ = "0.95.0a2 "
17+ __version__ = "0.95.0a3 "
You can’t perform that action at this time.
0 commit comments