Skip to content
This repository has been archived by the owner on Nov 29, 2019. It is now read-only.

Commit

Permalink
Updated version info to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Aug 21, 2017
1 parent c6a94d5 commit 91e0d4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: parambokeh
version: 0.1.0
version: 0.2.0

source:
path: .
Expand Down
4 changes: 2 additions & 2 deletions parambokeh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
from .view import _View

try:
__version__ = param.Version(release=(0,1,0), fpath=__file__,
__version__ = param.Version(release=(0,2,0), fpath=__file__,
commit="$Format:%h$", reponame='parambokeh')
except:
__version__ = '0.1.0-unknown'
__version__ = '0.2.0-unknown'


class Widgets(param.ParameterizedFunction):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup_args.update(dict(
name='parambokeh',
version="0.1.0",
version="0.2.0",
install_requires = install_requires,
url = 'https://github.com/ioam/parambokeh',
description='ParamBokeh provides an easy way to generate a UI for param based classes in the notebook or on bokeh server.',
Expand Down

0 comments on commit 91e0d4e

Please sign in to comment.