diff --git a/HISTORY.rst b/HISTORY.rst index c44c3fc..c9c650f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -0.1.0 (2023-05-11) +0.1.0 (2024-01-01) ------------------ * First release on PyPI. diff --git a/cellmaps_imagedownloader/__init__.py b/cellmaps_imagedownloader/__init__.py index e8e9e5a..19fbb2a 100644 --- a/cellmaps_imagedownloader/__init__.py +++ b/cellmaps_imagedownloader/__init__.py @@ -4,7 +4,7 @@ __author__ = 'Cell Maps team' __email__ = 'tools@cm4ai.org' -__version__ = '0.1.0a18' +__version__ = '0.1.0' __repo_url__ = 'https://github.com/idekerlab/cellmaps_imagedownloader' -__description__ = 'A tool to download specified image data from the Human Protein Atlas website using CSV file' +__description__ = 'A tool to download specified image data from the Human Protein Atlas website using CSV file or to copy data from CM4AI dataset' __computation_name__ = 'IF Image Loader'