Skip to content

Commit

Permalink
v 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mauri101-Ar committed May 2, 2024
1 parent cb71eac commit 2d4fdc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bio-api/bioapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
PROCESS_POOL_WORKERS: int = int(os.getenv('PROCESS_POOL_WORKERS', 4))

# BioAPI version
VERSION = '1.2.1'
VERSION = '1.2.2'

# Valid pathways sources
PATHWAYS_SOURCES = ["kegg", "biocarta", "ehmn", "humancyc", "inoh", "netpath", "pid", "reactome",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:

# BioAPI server
bioapi:
image: omicsdatascience/bio-api:1.2.1
image: omicsdatascience/bio-api:1.2.2
restart: always
volumes:
- bioapi_logs:/logs
Expand Down

0 comments on commit 2d4fdc2

Please sign in to comment.