File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010from .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__ ))
Original file line number Diff line number Diff line change 2525author = '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 ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " PyComplexHeatmap"
7- version = " 1.4.2 "
7+ version = " 1.4.3 "
88authors = [
99 { name =" Wubin Ding" , email =" ding.wu.bin.gm@gmail.com" },
1010]
Original file line number Diff line number Diff line change 1818#release new version
1919setup (
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',
You can’t perform that action at this time.
0 commit comments