diff --git a/Dockerfile b/Dockerfile index 67ff20f6..6c441adc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,10 +2,10 @@ FROM python:3.7 MAINTAINER Sierra Moxon "smoxon@lbl.gov" # Clone repository -RUN git clone https://github.com/NCATS-Tangerine/kgx +RUN git clone https://github.com/biolink/kgx # Setup -RUN cd kgx && git checkout tags/1.5.6 && pip install -r requirements.txt && python setup.py install +RUN cd kgx && git checkout tags/1.5.7 && pip install -r requirements.txt && python setup.py install # Make data directory RUN mkdir data diff --git a/setup.py b/setup.py index 1ba6066e..2800e397 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ AUTHOR = 'Deepak Unni, Sierra Moxon, Richard Bruskiewich' EMAIL = 'deepak.unni3@gmail.com, smoxon@lbl.gov, richard.bruskiewich@delphinai.com' REQUIRES_PYTHON = '>=3.7.0' -VERSION = '1.5.6' +VERSION = '1.5.7' LICENSE = 'BSD' with open("requirements.txt", "r") as FH: