Skip to content

Commit

Permalink
Bumped version to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Aug 23, 2016
1 parent 994fb2e commit 35d9d93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion holoviews/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import param

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

from .core import archive # noqa (API import)
Expand Down
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: holoviews
version: 1.6.1
version: 1.6.2

source:
path: .
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup_args.update(dict(
name='holoviews',
version="1.6.1",
version="1.6.2",
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 35d9d93

Please sign in to comment.