We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5793200 commit a0c9bf8Copy full SHA for a0c9bf8
HISTORY.rst
@@ -2,6 +2,11 @@
2
History
3
=======
4
5
+0.2.1 (2025-03-20)
6
+------------------
7
+
8
+* Add version bounds for required packages.
9
10
0.2.0 (2024-12-02)
11
------------------
12
cellmaps_hierarchyeval/__init__.py
@@ -4,6 +4,6 @@
__author__ = 'Cell Maps team'
__email__ = 'tools@cm4ai.org'
-__version__ = '0.2.0'
+__version__ = '0.2.1a1'
__repo_url__ = 'https://github.com/idekerlab/cellmaps_hierarchyeval'
__description__ = 'A tool to evaluate hierarchies with known resources'
0 commit comments