From 4b479f48faa6dc9d6a2a8c0b2117299fb6157517 Mon Sep 17 00:00:00 2001 From: suecharo Date: Thu, 9 Jan 2025 17:12:28 +0900 Subject: [PATCH] Update version to 2.0.6 --- Dockerfile | 2 +- compose.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1b92cf9..118b042 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.5" +LABEL org.opencontainers.image.version="2.0.6" 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 511765b..d33c912 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,6 @@ services: app: - image: ghcr.io/sapporo-wes/sapporo-service:2.0.5 + image: ghcr.io/sapporo-wes/sapporo-service:2.0.6 container_name: sapporo-service volumes: # The ones below are mounted for cwltool and DinD. diff --git a/pyproject.toml b/pyproject.toml index 816a46a..76358e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sapporo" -version = "2.0.5" +version = "2.0.6" authors = [ { name = "DDBJ (Bioinfomatics and DDBJ Center)", email = "tazro.ohta@chiba-u.jp" }, ]