Skip to content

Commit 2101657

Browse files
committed
Update version to 2.0.4
1 parent 661f72f commit 2101657

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM python:3.10.14-bookworm
33
LABEL org.opencontainers.image.authors="Bioinformatics and DDBJ Center <[email protected]>"
44
LABEL org.opencontainers.image.url="https://github.com/sapporo-wes/sapporo-service"
55
LABEL org.opencontainers.image.source="https://github.com/sapporo-wes/sapporo-service/blob/main/Dockerfile"
6-
LABEL org.opencontainers.image.version="2.0.3"
6+
LABEL org.opencontainers.image.version="2.0.4"
77
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."
88
LABEL org.opencontainers.image.licenses="Apache2.0"
99

compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
app:
3-
image: ghcr.io/sapporo-wes/sapporo-service:2.0.3
3+
image: ghcr.io/sapporo-wes/sapporo-service:2.0.4
44
container_name: sapporo-service
55
volumes:
66
# The ones below are mounted for cwltool and DinD.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sapporo"
7-
version = "2.0.3"
7+
version = "2.0.4"
88
authors = [
99
{ name = "DDBJ (Bioinfomatics and DDBJ Center)", email = "[email protected]" },
1010
]

0 commit comments

Comments
 (0)