From 21016576ae12b428025d08d7facd0e6c22ba1475 Mon Sep 17 00:00:00 2001 From: suecharo Date: Tue, 8 Oct 2024 18:52:17 +0900 Subject: [PATCH] Update version to 2.0.4 --- Dockerfile | 2 +- compose.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c81416a..1d3099c 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.3" +LABEL org.opencontainers.image.version="2.0.4" 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 843a228..4599c7c 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,6 @@ services: app: - image: ghcr.io/sapporo-wes/sapporo-service:2.0.3 + image: ghcr.io/sapporo-wes/sapporo-service:2.0.4 container_name: sapporo-service volumes: # The ones below are mounted for cwltool and DinD. diff --git a/pyproject.toml b/pyproject.toml index 1f90744..c4f666a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sapporo" -version = "2.0.3" +version = "2.0.4" authors = [ { name = "DDBJ (Bioinfomatics and DDBJ Center)", email = "tazro.ohta@chiba-u.jp" }, ]