Skip to content

Commit

Permalink
Bump version to 0.2.3 in preparation of a release
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakunni3 committed Nov 5, 2020
1 parent 934bfe7 commit 0528c46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.7
MAINTAINER Deepak Unni "[email protected]"

# Clone repository
RUN git clone https://github.com/NCATS-Tangerine/kgx && cd kgx && git checkout tags/0.2.2
RUN git clone https://github.com/NCATS-Tangerine/kgx && cd kgx && git checkout tags/0.2.3

# Setup
RUN cd kgx && python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion kgx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
from kgx.prefix_manager import PrefixManager
from kgx.config import get_config

__version__ = '0.2.2'
__version__ = '0.2.3'

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'
EMAIL = '[email protected]'
REQUIRES_PYTHON = '>=3.7.0'
VERSION = '0.2.2'
VERSION = '0.2.3'
LICENSE = 'BSD'

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

0 comments on commit 0528c46

Please sign in to comment.