Skip to content

Commit 07155dd

Browse files
committed
upping version
1 parent 259d4f7 commit 07155dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab_templates",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A JupyterLab extension.",
55
"author": "Tim Paine",
66
"main": "lib/index.js",

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
setup(
1111
name='jupyterlab_templates',
12-
version='0.0.2',
12+
version='0.0.3',
1313
description='Templates for notebooks in JupyterLab',
1414
long_description=long_description,
1515
url='https://github.com/timkpaine/jupyterlab_templates',
16-
download_url='https://github.com/timkpaine/jupyterlab_templates/archive/v0.0.2.tar.gz',
16+
download_url='https://github.com/timkpaine/jupyterlab_templates/archive/v0.0.3.tar.gz',
1717
author='Tim Paine',
1818
author_email='t.paine154@gmail.com',
1919
license='GPL',

0 commit comments

Comments
 (0)