Skip to content

Commit 307d687

Browse files
committed
Bumped version to 1.8.1
1 parent 2b29047 commit 307d687

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

holoviews/__init__.py

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

1010
import param
1111

12-
__version__ = param.Version(release=(1,8,0), fpath=__file__,
12+
__version__ = param.Version(release=(1,8,1), fpath=__file__,
1313
commit="$Format:%h$", reponame='holoviews')
1414

1515
from .core import archive, config # noqa (API import)

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: holoviews
3-
version: 1.8.0
3+
version: 1.8.1
44

55
source:
66
path: .

setup.py

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

3030
setup_args.update(dict(
3131
name='holoviews',
32-
version="1.8.0",
32+
version="1.8.1",
3333
install_requires = install_requires,
3434
extras_require = extras_require,
3535
description='Stop plotting your data - annotate your data and let it visualize itself.',

0 commit comments

Comments
 (0)