Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Sep 1, 2021
1 parent d3aa5a2 commit cd1ad71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FROM python@sha256:687563144f2de27d7820d6b04103ffeab8afb7245df5dfeedce67d2150b63
LABEL org.opencontainers.image.authors="DDBJ(DNA Data Bank of Japan) <[email protected]>"
LABEL org.opencontainers.image.url="https://github.com/ddbj/sapporo-service"
LABEL org.opencontainers.image.source="https://github.com/ddbj/sapporo-service/blob/main/Dockerfile"
LABEL org.opencontainers.image.version="1.0.14"
LABEL org.opencontainers.image.version="1.0.15"
LABEL org.opencontainers.image.description="sapporo-service is a standard implementation conforming to the \
Global Alliance for Genomics and Health (GA4GH) Workflow Execution Service (WES) API specification."
LABEL org.opencontainers.image.licenses="Apache2.0"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.5"
services:
app:
image: ghcr.io/ddbj/sapporo-service:1.0.14
image: ghcr.io/ddbj/sapporo-service:1.0.15
container_name: sapporo-service
volumes:
# The ones below are mounted for cwltool and DinD.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="sapporo",
version="1.0.14",
version="1.0.15",
description="sapporo-service is a standard implementation conforming to "
"the Global Alliance for Genomics and Health (GA4GH) Workflow Execution "
"Service (WES) API specification.",
Expand Down

0 comments on commit cd1ad71

Please sign in to comment.