upping version

This commit is contained in:
Tim Paine 2018-03-26 16:07:12 -04:00
parent 63e0840664
commit 6b0afa3625

View file

@ -9,11 +9,11 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
setup(
name='jupyterlab_iframe',
version='0.0.1',
version='0.0.2',
description='IFrame widgets for JupyterLab',
long_description=long_description,
url='https://github.com/timkpaine/jupyterlab_iframe',
download_url='https://github.com/timkpaine/jupyterlab_iframe/archive/v0.0.1.tar.gz',
download_url='https://github.com/timkpaine/jupyterlab_iframe/archive/v0.0.2.tar.gz',
author='Tim Paine',
author_email='t.paine154@gmail.com',
license='GPL',