Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Mar 25, 2021
1 parent 929f0a6 commit 36da9db
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:1389669225e7fa05a9bac20d64551b6b6d84ee3200330d8d8de74c6d2314f
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/master/Dockerfile"
LABEL org.opencontainers.image.version="1.0.12"
LABEL org.opencontainers.image.version="1.0.13"
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.12
image: ghcr.io/ddbj/sapporo-service:1.0.13
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.12",
version="1.0.13",
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 36da9db

Please sign in to comment.