Skip to content

Commit

Permalink
fix release version
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Aug 30, 2022
1 parent 3ab0b5e commit e2d43f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ MAINTAINER Sierra Moxon "[email protected]"
RUN git clone https://github.com/biolink/kgx

# Setup
RUN cd kgx && git checkout tags/1.7.2 && pip install -r requirements.txt && python setup.py install
RUN cd kgx && git checkout tags/1.7.0 && pip install -r requirements.txt
&& python setup.py install


# Make data directory
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
AUTHOR = 'Deepak Unni, Sierra Moxon, Richard Bruskiewich'
EMAIL = '[email protected], [email protected], [email protected]'
REQUIRES_PYTHON = '>=3.7.0'
VERSION = '1.7.2'
VERSION = '1.7.0'
LICENSE = 'BSD'

with open("requirements.txt", "r") as FH:
Expand Down

0 comments on commit e2d43f1

Please sign in to comment.