Skip to content

Commit 0753985

Browse files
committed
Update history and bump version
1 parent 6944a9a commit 0753985

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

HISTORY.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
History
33
=======
44

5+
1.3.0 (2025-07-22)
6+
-------------------
7+
8+
* Updated dependency cellmaps_utils to `0.9.0` from `0.8.0`
9+
10+
* Updated dependency cellmaps_image_embedding to `0.3.3` from `0.3.2`
11+
12+
* Updated dependency cellmaps_ppi_embedding to `0.4.3` from `0.4.2`
13+
14+
* Updated dependency cellmaps_coembedding to `1.3.1` from `1.2.2`
15+
516
1.2.0 (2025-05-19)
617
-------------------
718
* Updated dependency cellmaps_utils to `0.8.0` from `0.7.0`

cellmaps_pipeline/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
__author__ = 'Cell Maps team'
66
__email__ = 'tools@cm4ai.org'
7-
__version__ = '1.2.0'
7+
__version__ = '1.3.0a1'
88
__repo_url__ = 'https://github.com/idekerlab/cellmaps_pipeline'
99
__description__ = 'Runs full Cell Maps pipeline'

0 commit comments

Comments
 (0)