-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66e81e2
commit f63e5cb
Showing
4 changed files
with
45 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.9.2" | ||
".": "0.9.3" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,7 +108,7 @@ ENV XDG_CACHE_HOME=/.cache | |
|
||
# Set image labels | ||
LABEL org.opencontainers.image.authors="[email protected]" | ||
LABEL org.opencontainers.image.created="2023-12-12" | ||
LABEL org.opencontainers.image.created="2024-03-04" | ||
LABEL org.opencontainers.image.description="REANA reproducible analysis platform - Snakemake workflow engine component" | ||
LABEL org.opencontainers.image.documentation="https://reana-workflow-engine-snakemake.readthedocs.io/" | ||
LABEL org.opencontainers.image.licenses="MIT" | ||
|
@@ -117,5 +117,5 @@ LABEL org.opencontainers.image.title="reana-workflow-engine-snakemake" | |
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-workflow-engine-snakemake" | ||
LABEL org.opencontainers.image.vendor="reanahub" | ||
# x-release-please-start-version | ||
LABEL org.opencontainers.image.version="0.9.2" | ||
LABEL org.opencontainers.image.version="0.9.3" | ||
# x-release-please-end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ | |
|
||
from __future__ import absolute_import, print_function | ||
|
||
__version__ = "0.9.2" | ||
__version__ = "0.9.3" |