From 8c8d6721c140a53cec4e82a3b7406151023d631f Mon Sep 17 00:00:00 2001 From: suecharo Date: Wed, 25 Sep 2024 14:08:13 +0900 Subject: [PATCH] Update version to 2.0.3 --- Dockerfile | 2 +- compose.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4873acb..c81416a 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.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" diff --git a/compose.yml b/compose.yml index 0825d99..843a228 100644 --- a/compose.yml +++ b/compose.yml @@ -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. diff --git a/pyproject.toml b/pyproject.toml index 068bd0f..1f90744 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "tazro.ohta@chiba-u.jp" }, ]