Skip to content

Commit

Permalink
Update version to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Apr 26, 2024
1 parent dfe5291 commit f58359f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM python:3.8.18-slim-bullseye
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="1.7.0"
LABEL org.opencontainers.image.version="1.7.1"
LABEL org.opencontainers.image.description="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,7 +1,7 @@
version: "3.5"
services:
app:
image: ghcr.io/sapporo-wes/sapporo-service:1.7.0
image: ghcr.io/sapporo-wes/sapporo-service:1.7.1
container_name: sapporo-service
volumes:
# The ones below are mounted for cwltool and DinD.
Expand Down
2 changes: 1 addition & 1 deletion sapporo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env python3
# coding: utf-8
__version__ = "1.7.0"
__version__ = "1.7.1"
2 changes: 1 addition & 1 deletion sapporo/service-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"contact_info_url": "https://github.com/sapporo-wes/sapporo-service",
"tags": {
"wes-name": "sapporo",
"sapporo-version": "1.7.0",
"sapporo-version": "1.7.1",
"news_content": ""
}
}

0 comments on commit f58359f

Please sign in to comment.