We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c4340 commit e4d2ad1Copy full SHA for e4d2ad1
HISTORY.rst
@@ -2,7 +2,7 @@
2
History
3
=======
4
5
-0.1.0 (2023-05-18)
+0.1.0 (2024-02-01)
6
------------------
7
8
* First release on PyPI.
cellmaps_image_embedding/__init__.py
@@ -2,9 +2,9 @@
"""Top-level package for cellmaps_image_embedding."""
-__author__ = 'Ideker Cell Maps team'
+__author__ = 'Cell Maps team'
__email__ = 'tools@cm4ai.org'
-__version__ = '0.1.0a14'
+__version__ = '0.1.0'
__repo_url__ = 'https://github.com/idekerlab/cellmaps_image_embedding'
9
__description__ = 'A tool to generate embeddings from HPA IF images'
10
__computation_name__ = 'IF Image Embedding'
0 commit comments