Skip to content

Commit

Permalink
update the tissueloc to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PingjunChen committed Jan 2, 2019
1 parent 685640c commit 57f2022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tissueloc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__all__ = ["PKG_DIR", "__version__"]

PKG_DIR = os.path.abspath(os.path.dirname(__file__))
__version__ = '1.4.0'
__version__ = '1.5.0'

from .load_slide import *
from .locate_tissue import *

0 comments on commit 57f2022

Please sign in to comment.