Skip to content

Commit

Permalink
Update version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Sep 25, 2024
1 parent a15c762 commit 8c8d672
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 @@ -3,7 +3,7 @@ FROM python:3.10.14-bookworm
LABEL org.opencontainers.image.authors="Bioinformatics and DDBJ Center <[email protected]>"
LABEL org.opencontainers.image.url="https://github.com/sapporo-wes/sapporo-service"
LABEL org.opencontainers.image.source="https://github.com/sapporo-wes/sapporo-service/blob/main/Dockerfile"
LABEL org.opencontainers.image.version="2.0.2"
LABEL org.opencontainers.image.version="2.0.3"
LABEL org.opencontainers.image.description="The 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 compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
app:
image: ghcr.io/sapporo-wes/sapporo-service:2.0.2
image: ghcr.io/sapporo-wes/sapporo-service:2.0.3
container_name: sapporo-service
volumes:
# The ones below are mounted for cwltool and DinD.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "sapporo"
version = "2.0.2"
version = "2.0.3"
authors = [
{ name = "DDBJ (Bioinfomatics and DDBJ Center)", email = "[email protected]" },
]
Expand Down

0 comments on commit 8c8d672

Please sign in to comment.