Skip to content

Commit

Permalink
Bumped sw versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Johansson committed Oct 28, 2024
1 parent dbf9f36 commit 0ab51de
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion allele_cluster_service/allele_cluster_service/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version of allele cluster service."""

__version__ = "0.2.0"
__version__ = "0.3.0"
2 changes: 1 addition & 1 deletion api/bonsai_api/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""API version"""

VERSION = "0.7.0"
VERSION = "0.8.0"
8 changes: 4 additions & 4 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Use docker-compose to get started creating the Bonsai containers and configure t
- bonsai-net
frontend:
image: clinicalgenomicslund/bonsai-app:0.7.0
image: clinicalgenomicslund/bonsai-app:0.8.0
depends_on:
- mongodb
- api
Expand All @@ -48,7 +48,7 @@ Use docker-compose to get started creating the Bonsai containers and configure t
- bonsai-net
api:
image: clinicalgenomicslund/bonsai-api:0.7.0
image: clinicalgenomicslund/bonsai-api:0.8.0
depends_on:
- mongodb
- minhash_service
Expand All @@ -59,7 +59,7 @@ Use docker-compose to get started creating the Bonsai containers and configure t
- bonsai-net
minhash_service:
image: clinicalgenomicslund/bonsai-minhash-clustering:0.2.0
image: clinicalgenomicslund/bonsai-minhash-clustering:0.3.0
depends_on:
- redis
volumes:
Expand All @@ -68,7 +68,7 @@ Use docker-compose to get started creating the Bonsai containers and configure t
- bonsai-net
allele_cluster_service:
image: clinicalgenomicslund/bonsai-allele-clustering:0.2.0
image: clinicalgenomicslund/bonsai-allele-clustering:0.3.0
depends_on:
- redis
networks:
Expand Down
2 changes: 1 addition & 1 deletion frontend/bonsai_app/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Bonsai frontend version."""
VERSION = "0.7.0"
VERSION = "0.8.0"
2 changes: 1 addition & 1 deletion minhash_service/minhash_service/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Service to perform MinHash based analysis using Sourmash."""

__version__ = "0.2.0"
__version__ = "0.3.0"

0 comments on commit 0ab51de

Please sign in to comment.