Skip to content

Commit

Permalink
Update version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Jul 16, 2024
1 parent fa37a6d commit a5bdeb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.10.14-bookworm
LABEL org.opencontainers.image.authors="Bioinformatics and DDBJ Center <tazro.ohta@chiba-u.jp>"
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"

Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
]
Expand Down

0 comments on commit a5bdeb9

Please sign in to comment.