Skip to content

Commit e4d2ad1

Browse files
committed
set release to today. removed alpha from version
1 parent 46c4340 commit e4d2ad1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
History
33
=======
44

5-
0.1.0 (2023-05-18)
5+
0.1.0 (2024-02-01)
66
------------------
77

88
* First release on PyPI.

cellmaps_image_embedding/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
"""Top-level package for cellmaps_image_embedding."""
44

5-
__author__ = 'Ideker Cell Maps team'
5+
__author__ = 'Cell Maps team'
66
__email__ = 'tools@cm4ai.org'
7-
__version__ = '0.1.0a14'
7+
__version__ = '0.1.0'
88
__repo_url__ = 'https://github.com/idekerlab/cellmaps_image_embedding'
99
__description__ = 'A tool to generate embeddings from HPA IF images'
1010
__computation_name__ = 'IF Image Embedding'

0 commit comments

Comments
 (0)