Skip to content

Commit 49ba1e1

Browse files
committed
Bumped version to 1.4.2
1 parent 30d2ea4 commit 49ba1e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

holoviews/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import param
1010

11-
__version__ = param.Version(release=(1,4,1), fpath=__file__,
11+
__version__ = param.Version(release=(1,4,2), fpath=__file__,
1212
commit="$Format:%h$", reponame='holoviews')
1313

1414
from .core import archive # noqa (API import)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup_args.update(dict(
2929
name='holoviews',
30-
version="1.4.1",
30+
version="1.4.2",
3131
install_requires = install_requires,
3232
extras_require = extras_require,
3333
description='Stop plotting your data - annotate your data and let it visualize itself.',

0 commit comments

Comments
 (0)