Skip to content

Commit 32c0e1b

Browse files
committed
update to 1.4.3: vmax,vmin in legend_kws and pdf.fonttype in default_style
1 parent 41401fa commit 32c0e1b

4 files changed

Lines changed: 4 additions & 4 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.4.2'
13+
__version__='1.4.3'
1414

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

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
author = 'Wubin Ding'
2626

2727
# The full version, including alpha/beta/rc tags
28-
release = '1.4.2'
28+
release = '1.4.3'
2929

3030

3131
# -- General configuration ---------------------------------------------------

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.4.2"
7+
version = "1.4.3"
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
@@ -18,7 +18,7 @@
1818
#release new version
1919
setup(
2020
name='PyComplexHeatmap',
21-
version='1.4.2',
21+
version='1.4.3',
2222
description='A Python package to plot complex heatmap',
2323
# long_description="#PyComplexHeatmap\n##Documentation:https://dingwb.github.io/PyComplexHeatmap/build/html/index.html",
2424
# long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)