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 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Jul 17, 2016
1 parent 5164c68 commit 93577fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion paramnb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import param
from param.parameterized import classlist

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

if sys.version_info.major == 3:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
from distutils.core import setup

setup_args = {}
install_requires = ['param>=1.4.0', 'ipywidgets>=5.1.5']
install_requires = ['param>=1.4.1', 'ipywidgets>=5.1.5']

setup_args.update(dict(
name='paramnb',
version="1.0.0",
version="1.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 93577fd

Please sign in to comment.