Skip to content

Commit eed5c8d

Browse files
committed
update to 1.5.6
1 parent f7475cc commit eed5c8d

4 files changed

Lines changed: 129 additions & 129 deletions

File tree

PyComplexHeatmap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
from .utils import set_default_style
1111

1212
# __all__=['*']
13-
__version__ = "1.5.5"
13+
__version__ = "1.5.6"
1414

1515
_ROOT = os.path.abspath(os.path.dirname(__file__))

notebooks/advanced_usage.ipynb

Lines changed: 126 additions & 126 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "PyComplexHeatmap"
7-
version = "1.5.5"
7+
version = "1.5.6"
88
authors = [
99
{ name="Wubin Ding", email="ding.wu.bin.gm@gmail.com" },
1010
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from distutils.core import setup, find_packages
1212

1313
from pathlib import Path
14-
__version__="1.5.5"
14+
__version__="1.5.6"
1515

1616
this_directory = Path(__file__).parent
1717
long_description = (this_directory / "README.md").read_text()

0 commit comments

Comments
 (0)