From 6b0b9bf6f6fd057803f27141531635fdd83bd2f5 Mon Sep 17 00:00:00 2001 From: dzoanka Date: Fri, 6 Sep 2024 14:45:43 -0700 Subject: [PATCH] Drop alpha --- cellmaps_coembedding/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cellmaps_coembedding/__init__.py b/cellmaps_coembedding/__init__.py index 6161127..8e1c36d 100644 --- a/cellmaps_coembedding/__init__.py +++ b/cellmaps_coembedding/__init__.py @@ -4,7 +4,7 @@ __author__ = 'Cell Maps team' __email__ = 'tools@cm4ai.org' -__version__ = '0.3.0a1' +__version__ = '0.3.0' __repo_url__ = 'https://github.com/idekerlab/cellmaps_coembedding' __description__ = 'A tool to generate coembeddings from IF image embeddings and PPI network embeddings' __computation_name__ = 'Merged Embedding'