From a5bdeb9ea75235ec004de6982f6e3bd581d57812 Mon Sep 17 00:00:00 2001 From: suecharo Date: Tue, 16 Jul 2024 22:37:36 +0900 Subject: [PATCH] Update version to 2.0.1 --- Dockerfile | 2 +- compose.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5d91b7b..1328a70 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.0" +LABEL org.opencontainers.image.version="2.0.1" 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 eda1f2a..f31c059 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,6 @@ services: app: - image: ghcr.io/sapporo-wes/sapporo-service:2.0.0 + image: ghcr.io/sapporo-wes/sapporo-service:2.0.1 container_name: sapporo-service volumes: # The ones below are mounted for cwltool and DinD. diff --git a/pyproject.toml b/pyproject.toml index 9e0e83b..7bba7ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sapporo" -version = "2.0.0" +version = "2.0.1" authors = [ { name = "DDBJ (Bioinfomatics and DDBJ Center)", email = "tazro.ohta@chiba-u.jp" }, ]