Skip to content

Commit

Permalink
Bumped version to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Feb 11, 2018
1 parent 9f81b51 commit e15ddfb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion holoviews/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import numpy as np # noqa (API import)
import param

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

from .core import archive, config # noqa (API import)
Expand Down
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: holoviews
version: 1.9.2
version: 1.9.3

source:
path: .
Expand All @@ -20,7 +20,7 @@ requirements:
- param >=1.5.1,<2.0
- numpy
- matplotlib
- bokeh =0.12.14
- bokeh >=0.12.13,<=0.12.14
- jupyter
- notebook
- ipython
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

setup_args.update(dict(
name='holoviews',
version="1.9.2",
version="1.9.3",
install_requires=install_requires,
extras_require=extras_require,
description='Stop plotting your data - annotate your data and let it visualize itself.',
Expand Down

0 comments on commit e15ddfb

Please sign in to comment.