up to 0.0.4, this is mostly just to tag js changes
This commit is contained in:
parent
b4a2a5909f
commit
ff17f23784
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -9,11 +9,11 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
|
|||
|
||||
setup(
|
||||
name='jupyterlab_iframe',
|
||||
version='0.0.3',
|
||||
version='0.0.4',
|
||||
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.3.tar.gz',
|
||||
download_url='https://github.com/timkpaine/jupyterlab_iframe/archive/v0.0.4.tar.gz',
|
||||
author='Tim Paine',
|
||||
author_email='t.paine154@gmail.com',
|
||||
license='GPL',
|
||||
|
|
Loading…
Add table
Reference in a new issue