Skip to content

Commit e15ddfb

Browse files
committed
Bumped version to 1.9.3
1 parent 9f81b51 commit e15ddfb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

holoviews/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import numpy as np # noqa (API import)
66
import param
77

8-
__version__ = param.Version(release=(1,9,2), fpath=__file__,
8+
__version__ = param.Version(release=(1,9,3), fpath=__file__,
99
commit="$Format:%h$", reponame='holoviews')
1010

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

meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: holoviews
3-
version: 1.9.2
3+
version: 1.9.3
44

55
source:
66
path: .
@@ -20,7 +20,7 @@ requirements:
2020
- param >=1.5.1,<2.0
2121
- numpy
2222
- matplotlib
23-
- bokeh =0.12.14
23+
- bokeh >=0.12.13,<=0.12.14
2424
- jupyter
2525
- notebook
2626
- ipython

setup.py

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

3636
setup_args.update(dict(
3737
name='holoviews',
38-
version="1.9.2",
38+
version="1.9.3",
3939
install_requires=install_requires,
4040
extras_require=extras_require,
4141
description='Stop plotting your data - annotate your data and let it visualize itself.',

0 commit comments

Comments
 (0)