Skip to content

Commit e4e0cea

Browse files
committed
Bumped version to 1.0.0
1 parent f237018 commit e4e0cea

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
THREAD_POOL_WORKERS = 8
2020

2121
# BioAPI version
22-
VERSION = '0.1.5'
22+
VERSION = '1.0.0'
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
web:
23-
image: omicsdatascience/bio-api:0.1.5
23+
image: omicsdatascience/bio-api:1.0.0
2424
environment:
2525
DEBUG: 'false'
2626
# MongoDB's credentials must be the same as 'mongo' service above

0 commit comments

Comments
 (0)