Skip to content

Commit

Permalink
lock down annotation tools release and update release
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Mar 21, 2023
1 parent cc21b3c commit 53db39c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ WORKDIR /root/
# Must move this git clone to after the install of Genie,
# because must update cbioportal
RUN git clone https://github.com/cBioPortal/cbioportal.git
RUN git clone https://github.com/Sage-Bionetworks/annotation-tools.git
RUN git clone https://github.com/Sage-Bionetworks/annotation-tools.git -b 0.0.1

WORKDIR /root/Genie
2 changes: 1 addition & 1 deletion genie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

# create version in __init__.py
# https://packaging.python.org/en/latest/guides/single-sourcing-package-version/
__version__ = "15.1.0"
__version__ = "15.2.0"

__all__ = ["__version__"]

0 comments on commit 53db39c

Please sign in to comment.