Skip to content

Commit c9f552c

Browse files
authored
Merge pull request #43 from KrishnaswamyLab/dburkhardt-patch-1
Update __init__.py
2 parents dbaac64 + 61291a6 commit c9f552c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

meld/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
from .cluster import VertexFrequencyCluster
55
from .version import __version__
66
from .benchmark import Benchmarker
7+
from .utils import get_meld_cmap as get_cmap

meld/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (C) 2020 Krishnaswamy Lab, Yale University
22

3-
__version__ = "0.3.1"
3+
__version__ = "0.3.2"
44

0 commit comments

Comments
 (0)