diff --git a/Dockerfile b/Dockerfile index 1d3099c..7520d2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM python:3.10.14-bookworm LABEL org.opencontainers.image.authors="Bioinformatics and DDBJ Center " 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.4" +LABEL org.opencontainers.image.version="2.0.5" 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" diff --git a/compose.yml b/compose.yml index 8792188..13157b4 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,6 @@ services: app: - image: ghcr.io/sapporo-wes/sapporo-service:2.0.4 + image: ghcr.io/sapporo-wes/sapporo-service:2.0.5 container_name: sapporo-service volumes: # The ones below are mounted for cwltool and DinD. diff --git a/pyproject.toml b/pyproject.toml index c4f666a..8964f8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sapporo" -version = "2.0.4" +version = "2.0.5" authors = [ { name = "DDBJ (Bioinfomatics and DDBJ Center)", email = "tazro.ohta@chiba-u.jp" }, ]