From 35d9d93d592ac00116ffbd0ecac8cf105a8339dc Mon Sep 17 00:00:00 2001 From: jlstevens Date: Tue, 23 Aug 2016 20:44:35 +0100 Subject: [PATCH] Bumped version to 1.6.2 --- holoviews/__init__.py | 2 +- meta.yaml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/holoviews/__init__.py b/holoviews/__init__.py index 16867fd20f..5ff09d0fe3 100644 --- a/holoviews/__init__.py +++ b/holoviews/__init__.py @@ -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) diff --git a/meta.yaml b/meta.yaml index 6e8f0c9dcd..a78d3dd681 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,6 +1,6 @@ package: name: holoviews - version: 1.6.1 + version: 1.6.2 source: path: . diff --git a/setup.py b/setup.py index b15b8d7654..2c86522b13 100644 --- a/setup.py +++ b/setup.py @@ -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.',