We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbaac64 + 61291a6 commit c9f552cCopy full SHA for c9f552c
meld/__init__.py
@@ -4,3 +4,4 @@
4
from .cluster import VertexFrequencyCluster
5
from .version import __version__
6
from .benchmark import Benchmarker
7
+from .utils import get_meld_cmap as get_cmap
meld/version.py
@@ -1,4 +1,4 @@
1
# Copyright (C) 2020 Krishnaswamy Lab, Yale University
2
3
-__version__ = "0.3.1"
+__version__ = "0.3.2"
0 commit comments