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

Commit

Permalink
Bumped version to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 28, 2017
1 parent 6adcc76 commit f737c57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: paramnb
version: 2.0.0
version: 2.0.1

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

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


def run_next_cells(n):
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='paramnb',
version="2.0.0",
version="2.0.1",
install_requires = install_requires,
url = 'https://github.com/ioam/paramnb',
description='Generate ipywidgets from Parameterized objects in the notebook',
Expand Down

0 comments on commit f737c57

Please sign in to comment.