Skip to content

Commit

Permalink
Bumped version to 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jbednar committed Mar 8, 2018
1 parent 071ff6d commit 7939d23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
@@ -1,6 +1,6 @@
package:
name: pyviz
version: 0.9.7
version: 0.9.8

source:
path: ..
Expand Down
2 changes: 1 addition & 1 deletion pyviz/__init__.py
Expand Up @@ -24,4 +24,4 @@

from holoviews import help # noqa (API import)

__version__ = pm.Version(release=(0,9,7), fpath=__file__, commit="$Format:%h$", reponame='pyviz')
__version__ = pm.Version(release=(0,9,8), fpath=__file__, commit="$Format:%h$", reponame='pyviz')
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@

setup_args = dict(
name='pyviz',
version="0.9.7",
version="0.9.8",
description='How to solve visualization problems with Python tools.',
long_description=open('README.rst').read() if os.path.isfile('README.rst') else 'Consult README.rst',
author= "PyViz developers",
Expand Down

0 comments on commit 7939d23

Please sign in to comment.