Skip to content

Commit 2d4fdc2

Browse files
committed
v 1.2.2
1 parent cb71eac commit 2d4fdc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bio-api/bioapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
PROCESS_POOL_WORKERS: int = int(os.getenv('PROCESS_POOL_WORKERS', 4))
2020

2121
# BioAPI version
22-
VERSION = '1.2.1'
22+
VERSION = '1.2.2'
2323

2424
# Valid pathways sources
2525
PATHWAYS_SOURCES = ["kegg", "biocarta", "ehmn", "humancyc", "inoh", "netpath", "pid", "reactome",

docker-compose_dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020

2121
# BioAPI server
2222
bioapi:
23-
image: omicsdatascience/bio-api:1.2.1
23+
image: omicsdatascience/bio-api:1.2.2
2424
restart: always
2525
volumes:
2626
- bioapi_logs:/logs

0 commit comments

Comments
 (0)