Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed May 21, 2020
1 parent 286abb5 commit ba12a7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
app:
image: docker.pkg.github.com/ddbj/sapporo-service/sapporo:1.0.0
image: suecharo/sapporo-service:1.0.1
container_name: sapporo
volumes:
- /tmp:/tmp
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def read_requirements_txt() -> List[str]:

def main() -> None:
setup(name="sapporo",
version="1.0.0",
version="1.0.1",
description="Implementation of a GA4GH workflow execution " +
"service that can easily support various " +
"workflow runners.",
Expand Down

0 comments on commit ba12a7f

Please sign in to comment.