up versions

This commit is contained in:
Tim Paine 2018-05-31 10:31:54 -04:00
parent 146b4c07b3
commit 7713b49329
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "jupyterlab_iframe",
"version": "0.1.3",
"version": "0.1.4",
"description": "A JupyterLab extension.",
"author": "Tim Paine",
"main": "lib/index.js",

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.4',
version='0.0.5',
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.4.tar.gz',
download_url='https://github.com/timkpaine/jupyterlab_iframe/archive/v0.0.5.tar.gz',
author='Tim Paine',
author_email='t.paine154@gmail.com',
license='GPL',